Html Css Color HEX #424AAB Governor Bay

📋 copy color: '#424AAB'

red 66 ◦ green 74 ◦ blue 171

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

Shades of Governor Bay #424AAB

Tints of Governor Bay #424AAB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.79%

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

R = 21.22%
G = 23.79%
B = 54.98%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#424AAB (or 0x424AAB) is known color: Governor Bay. HEX triplet: 42, 4A and AB. RGB value is (66,74,171). Sum of RGB (Red+Green+Blue) = 66+74+171=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #424AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424AAB is #BDB554. Grayscale: #525252. Windows color (decimal): -12432725 or 11225666. OLE color: 11225666.

HSL color Cylindrical-coordinate representation of color #424AAB: hue angle of 235.43º 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 #424AAB is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 74 171 -
CMYK 0.61 0.57 0 0.33
HSL 235.43º 0.44% 0.46% -
HSV(B) 235.43º 0.61% 0.67% -
XYZ 12.05 9 39.63 -
YUV 82.67 177.85 116.11 -
System Red Green Blue C M Y K H S L
Decimal 66 74 171 0.61 0.57 0 0.33 235.43 0.44 0.46
Hex 42 4A AB 3D 39 0 21 EB 2C 2E
Octal 102 112 253 75 71 0 41 353 54 56
Binary 1000010 1001010 10101011 111101 111001 0 100001 11101011 101100 101110

Color Harmonies of #424AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424AAB

Black with #424AAB

Text Example


Text Example

White with #424AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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