Html Css Color HEX #404FAA Governor Bay

📋 copy color: '#404FAA'

red 64 ◦ green 79 ◦ blue 170

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

Shades of Governor Bay #404FAA

Tints of Governor Bay #404FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.24%

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

R = 20.45%
G = 25.24%
B = 54.31%

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

#404FAA (or 0x404FAA) is known color: Governor Bay. HEX triplet: 40, 4F and AA. RGB value is (64,79,170). Sum of RGB (Red+Green+Blue) = 64+79+170=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #404FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404FAA is #BFB055. Grayscale: #545454. Windows color (decimal): -12562518 or 11161408. OLE color: 11161408.

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

Color convert

RGB 64 79 170 -
CMYK 0.62 0.54 0 0.33
HSL 231.51º 0.45% 0.46% -
HSV(B) 231.51º 0.62% 0.67% -
XYZ 12.17 9.58 39.24 -
YUV 84.89 176.03 113.1 -
System Red Green Blue C M Y K H S L
Decimal 64 79 170 0.62 0.54 0 0.33 231.51 0.45 0.46
Hex 40 4F AA 3E 36 0 21 E8 2D 2E
Octal 100 117 252 76 66 0 41 350 55 56
Binary 1000000 1001111 10101010 111110 110110 0 100001 11101000 101101 101110

Color Harmonies of #404FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404FAA

Black with #404FAA

Text Example


Text Example

White with #404FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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