Html Css Color HEX #424AAA Governor Bay

📋 copy color: '#424AAA'

red 66 ◦ green 74 ◦ blue 170

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

Shades of Governor Bay #424AAA

Tints of Governor Bay #424AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.84%

R = 21.29%
G = 23.87%
B = 54.84%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#424AAA (or 0x424AAA) is known color: Governor Bay. HEX triplet: 42, 4A and AA. RGB value is (66,74,170). Sum of RGB (Red+Green+Blue) = 66+74+170=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #424AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424AAA is #BDB555. Grayscale: #525252. Windows color (decimal): -12432726 or 11160130. OLE color: 11160130.

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

Color convert

RGB 66 74 170 -
CMYK 0.61 0.56 0 0.33
HSL 235.38º 0.44% 0.46% -
HSV(B) 235.38º 0.61% 0.67% -
XYZ 11.95 8.96 39.13 -
YUV 82.55 177.35 116.19 -
System Red Green Blue C M Y K H S L
Decimal 66 74 170 0.61 0.56 0 0.33 235.38 0.44 0.46
Hex 42 4A AA 3D 38 0 21 EB 2C 2E
Octal 102 112 252 75 70 0 41 353 54 56
Binary 1000010 1001010 10101010 111101 111000 0 100001 11101011 101100 101110

Color Harmonies of #424AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424AAA

Black with #424AAA

Text Example


Text Example

White with #424AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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