#404DAA

Color #404DAA Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #404DAA

Tints of Governor Bay #404DAA

Color information

#404DAA (or 0x404DAA) is unknown color: approx Governor Bay. HEX triplet: 40, 4D and AA. RGB value is (64,77,170). Sum of RGB (Red+Green+Blue) = 64+77+170=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #404DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404DAA is #BFB255. Grayscale: #535353. Windows color (decimal): -12563030 or 11160896. OLE color: 11160896.

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

Color convert

RGB6477170-
CMYK0.620.5500.33
HSL232.64º45.3%45.88%-
HSV(B)232.64º62.35%66.67%-
XYZ12.029.339.19-
YUV83.71176.69113.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.58%
GREEN value IS 77 (30.47% from 255) = 24.76%
BLUE value IS 170 (66.80% from 255) = 54.66%
R=20.58%
G=24.76%
B=54.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64771700.620.5500.33232.6445.345.88
Hex404DAA3E37021e92d2e
Octal10011525276670413515556
Binary1000000100110110101010111110110111010000111101001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #404DAA;
 }
 .AnyTagClassName
 {
   color: #404DAA;
 }
</style>
background-color css

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

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

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

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

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

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