#404E9B

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

Shades of Governor Bay #404E9B

Tints of Governor Bay #404E9B

Color information

#404E9B (or 0x404E9B) is unknown color: approx Governor Bay. HEX triplet: 40, 4E and 9B. RGB value is (64,78,155). Sum of RGB (Red+Green+Blue) = 64+78+155=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #404E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404E9B is #BFB164. Grayscale: #525252. Windows color (decimal): -12562789 or 10178112. OLE color: 10178112.

HSL color Cylindrical-coordinate representation of color #404E9B: hue angle of 230.77º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #404E9B is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6478155-
CMYK0.590.5000.39
HSL230.77º41.55%42.94%-
HSV(B)230.77º58.71%60.78%-
XYZ10.768.9132.16-
YUV82.59168.86114.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 155 (60.94% from 255) = 52.19%
R=21.55%
G=26.26%
B=52.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64781550.590.5000.39230.7741.5542.94
Hex404E9B3B32027e72a2b
Octal10011623373620473475253
Binary1000000100111010011011111011110010010011111100111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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