Html Css Color HEX #424CAA Governor Bay

📋 copy color: '#424CAA'

red 66 ◦ green 76 ◦ blue 170

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

Shades of Governor Bay #424CAA

Tints of Governor Bay #424CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.36%

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

R = 21.15%
G = 24.36%
B = 54.49%

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

#424CAA (or 0x424CAA) is known color: Governor Bay. HEX triplet: 42, 4C and AA. RGB value is (66,76,170). Sum of RGB (Red+Green+Blue) = 66+76+170=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #424CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424CAA is #BDB355. Grayscale: #535353. Windows color (decimal): -12432214 or 11160642. OLE color: 11160642.

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

Color convert

RGB 66 76 170 -
CMYK 0.61 0.55 0 0.33
HSL 234.23º 0.44% 0.46% -
HSV(B) 234.23º 0.61% 0.67% -
XYZ 12.09 9.23 39.17 -
YUV 83.73 176.69 115.36 -
System Red Green Blue C M Y K H S L
Decimal 66 76 170 0.61 0.55 0 0.33 234.23 0.44 0.46
Hex 42 4C AA 3D 37 0 21 EA 2C 2E
Octal 102 114 252 75 67 0 41 352 54 56
Binary 1000010 1001100 10101010 111101 110111 0 100001 11101010 101100 101110

Color Harmonies of #424CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424CAA

Black with #424CAA

Text Example


Text Example

White with #424CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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