Html Css Color HEX #424DAB Governor Bay

📋 copy color: '#424DAB'

red 66 ◦ green 77 ◦ blue 171

#424DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #424DAB

Tints of Governor Bay #424DAB

RGB

 RED value IS 66 (26.17% from 255) = 21.02%

 GREEN value IS 77 (30.47% from 255) = 24.52%

 BLUE value IS 171 (67.19% from 255) = 54.46%

R = 21.02%
G = 24.52%
B = 54.46%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#424DAB (or 0x424DAB) is known color: Governor Bay. HEX triplet: 42, 4D and AB. RGB value is (66,77,171). Sum of RGB (Red+Green+Blue) = 66+77+171=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #424DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424DAB is #BDB254. Grayscale: #545454. Windows color (decimal): -12431957 or 11226434. OLE color: 11226434.

HSL color Cylindrical-coordinate representation of color #424DAB: hue angle of 233.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #424DAB is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 77 171 -
CMYK 0.61 0.55 0 0.33
HSL 233.71º 0.44% 0.46% -
HSV(B) 233.71º 0.61% 0.67% -
XYZ 12.25 9.41 39.7 -
YUV 84.43 176.86 114.86 -
System Red Green Blue C M Y K H S L
Decimal 66 77 171 0.61 0.55 0 0.33 233.71 0.44 0.46
Hex 42 4D AB 3D 37 0 21 EA 2C 2E
Octal 102 115 253 75 67 0 41 352 54 56
Binary 1000010 1001101 10101011 111101 110111 0 100001 11101010 101100 101110

Color Harmonies of #424DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424DAB

Black with #424DAB

Text Example


Text Example

White with #424DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424DAB; }

 p { color: rgb(66,77,171); }

 H1.HeaderClassName
 {
   color: #424DAB;
 }
 .AnyTagClassName
 {
   color: #424DAB;
 }
</style>

background-color css

<style>
 a { background-color: #424DAB; }

 a { background-color: rgb(66,77,171); }

 div.DivClassName
 {
   background-color: #424DAB;
 }
 .BgClassName
 {
   background-color: #424DAB;
 }
</style>

border-color css

<style>
 span { border-color: #424DAB; }

 span { border-color: rgb(66,77,171); }

 td.TdClassName
 {
   border-color: #424DAB;
 }
 .TagClassName
 {
   border-color: #424DAB;
 }
</style>