Html Css Color HEX #404CAA Governor Bay

📋 copy color: '#404CAA'

red 64 ◦ green 76 ◦ blue 170

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

Shades of Governor Bay #404CAA

Tints of Governor Bay #404CAA

RGB

 RED value IS 64 (25.39% from 255) = 20.65%

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

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

R = 20.65%
G = 24.52%
B = 54.84%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#404CAA (or 0x404CAA) is known color: Governor Bay. HEX triplet: 40, 4C and AA. RGB value is (64,76,170). Sum of RGB (Red+Green+Blue) = 64+76+170=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 76 (30.08% from 255 or 24.52% 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 #404CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404CAA is #BFB355. Grayscale: #525252. Windows color (decimal): -12563286 or 11160640. OLE color: 11160640.

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

Color convert

RGB 64 76 170 -
CMYK 0.62 0.55 0 0.33
HSL 233.21º 0.45% 0.46% -
HSV(B) 233.21º 0.62% 0.67% -
XYZ 11.95 9.16 39.17 -
YUV 83.13 177.02 114.36 -
System Red Green Blue C M Y K H S L
Decimal 64 76 170 0.62 0.55 0 0.33 233.21 0.45 0.46
Hex 40 4C AA 3E 37 0 21 E9 2D 2E
Octal 100 114 252 76 67 0 41 351 55 56
Binary 1000000 1001100 10101010 111110 110111 0 100001 11101001 101101 101110

Color Harmonies of #404CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404CAA

Black with #404CAA

Text Example


Text Example

White with #404CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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