COLOR #424AB2

HEX: #424AB2
RGB: (66,74,178)

Renk bilgisi

#424AB2 contains mainly blue color. #424AB2 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#424AB2 color RGB value is (66,74,178).

  • kırmız ton 66;
  • yeşil ton 74;
  • mavi ton 178.
RGB:
(66,74,178)
(26%,29%,70%)

RGB bağlantıları ve doygunluk

R 66 of 255 = 26%
G 74 of 255 = 29%
B 178 of 255 = 70%

66
74
178

R + G + B ~ 42%. #424AB2 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
66 + 74 + 178 = 318 (100%)
R 66 of 318 ~ 20.75%
G 74 of 318 ~ 23.27%
B 178 of 318 ~ 55.97%

%20.75
%23.27
%55.97

CMYK RENK MODELİ

#424AB2 rengi CMYK tonu (63,58,0,30).

  • camgöbeği tonu 62.92%
  • eflatun tonu 58.43%
  • sarı tonu 0.00%
  • ana renk tonu 30.20%
CMYK:
(63,58,0,30)
C63M58Y0K30 
(63%,58%,0%,30%)
(0.63/0.58/0.00/0.30)	

CMYK yüzdeleri

%62.92
%58.43
%0
%30.2

Codes

Color #424AB2 in popluar color models

424AB2
RGB6674178
HSL236°45.90%47.84%
HSB/HSV236°62.92%69.80%
CMYK62.92%58.43%0.00%
30.20%

Color #424AB2 in popluar number systems.

HEX424AB2
Decimal6674178
Binary1000010100101010110010
Octal102112262

Shades and tints

Shades of #424AB2

#424AB2
(66,74,178)
#3C44A2
(60,68,162)
#363E92
(54,62,146)
#303882
(48,56,130)
#2A3272
(42,50,114)
#242C62
(36,44,98)
#1E2652
(30,38,82)
#182042
(24,32,66)
#121A32
(18,26,50)
#0C1422
(12,20,34)
#060E12
(6,14,18)
#000000
(0,0,0)

Tints of #424AB2

#424AB2
(66,74,178)
#535AB9
(83,90,185)
#646AC0
(100,106,192)
#757AC7
(117,122,199)
#868ACE
(134,138,206)
#979AD5
(151,154,213)
#A8AADC
(168,170,220)
#B9BAE3
(185,186,227)
#CACAEA
(202,202,234)
#DBDAF1
(219,218,241)
#ECEAF8
(236,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424AB2 color. Also use rgb(66,74,178) instead hex code.

Text Font Color

.myTextColor { color: #424AB2; }

<p style="color:#424AB2">This sample text font color is #424AB2.</p>

This text font color is #424AB2.


Background Color

.myBgColor { background-color: #424AB2; }

<div style="background-color:#424AB2">Inner text</div>

This div background color is #424AB2.


Border color

.myBorderColor { border: 1px solid #424AB2; }

<div style="border:3px solid #424AB2">Div</div>

This div border color is #424AB2.


Opacity

.myOpacity80 { color: #424AB2; opacity: 0.8; }

<p style="color:#424AB2;opacity:0.8;">80%</p>

Text with #424AB2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #424AB2;}

<p style="text-shadow: 3px 3px 1px #424AB2">Text here.</p>

This text has shadow with #424AB2 color.

.textShadow {text-shadow: 3px 3px 1px #424AB2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #424AB2, 5px 5px 20px red">Text here.</p>

This text has shadow with #424AB2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#424AB2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#424AB2, Direction=45, Strength=4)">Text</p>

This text has shadow with #424AB2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #424AB2;
  -webkit-box-shadow:	1px 1px 3px 2px #424AB2;
  box-shadow:		1px 1px 3px 2px #424AB2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #424AB2;
-webkit-box-shadow: 1px 1px 3px 2px #424AB2;
box-shadow:1px 1px 3px 2px #424AB2;">
Div content here</div>
This div box has shadow with color #424AB2.

Preview

Color preview on black background

This text has color #424AB2 on black background.


Color preview on white background

This text has color #424AB2 on white background.



Black color preview on #424AB2 background

This text has black color on #424AB2 background.


White color preview on #424AB2 background

This text has white color on #424AB2 background.