#404E9F

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

Shades of Governor Bay #404E9F

Tints of Governor Bay #404E9F

Color information

#404E9F (or 0x404E9F) is unknown color: approx Governor Bay. HEX triplet: 40, 4E and 9F. RGB value is (64,78,159). Sum of RGB (Red+Green+Blue) = 64+78+159=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #404E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404E9F is #BFB160. Grayscale: #525252. Windows color (decimal): -12562785 or 10440256. OLE color: 10440256.

HSL color Cylindrical-coordinate representation of color #404E9F: hue angle of 231.16º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #404E9F is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6478159-
CMYK0.600.5100.38
HSL231.16º42.6%43.73%-
HSV(B)231.16º59.75%62.35%-
XYZ11.19.0433.96-
YUV83.05170.86114.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 78 (30.86% from 255) = 25.91%
BLUE value IS 159 (62.5% from 255) = 52.82%
R=21.26%
G=25.91%
B=52.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64781590.600.5100.38231.1642.643.73
Hex404E9F3C33026e72b2c
Octal10011623774630463475354
Binary1000000100111010011111111100110011010011011100111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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