Html Css Color HEX #404EAA Governor Bay

📋 copy color: '#404EAA'

red 64 ◦ green 78 ◦ blue 170

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

Shades of Governor Bay #404EAA

Tints of Governor Bay #404EAA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25%

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

R = 20.51%
G = 25%
B = 54.49%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#404EAA (or 0x404EAA) is known color: Governor Bay. HEX triplet: 40, 4E and AA. RGB value is (64,78,170). Sum of RGB (Red+Green+Blue) = 64+78+170=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 78 (30.86% from 255 or 25% 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 #404EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404EAA is #BFB155. Grayscale: #535353. Windows color (decimal): -12562774 or 11161152. OLE color: 11161152.

HSL color Cylindrical-coordinate representation of color #404EAA: hue angle of 232.08º 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 #404EAA is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 78 170 -
CMYK 0.62 0.54 0 0.33
HSL 232.08º 0.45% 0.46% -
HSV(B) 232.08º 0.62% 0.67% -
XYZ 12.09 9.44 39.22 -
YUV 84.3 176.36 113.52 -
System Red Green Blue C M Y K H S L
Decimal 64 78 170 0.62 0.54 0 0.33 232.08 0.45 0.46
Hex 40 4E AA 3E 36 0 21 E8 2D 2E
Octal 100 116 252 76 66 0 41 350 55 56
Binary 1000000 1001110 10101010 111110 110110 0 100001 11101000 101101 101110

Color Harmonies of #404EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404EAA

Black with #404EAA

Text Example


Text Example

White with #404EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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