#404B9E

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

Shades of Governor Bay #404B9E

Tints of Governor Bay #404B9E

Color information

#404B9E (or 0x404B9E) is unknown color: approx Governor Bay. HEX triplet: 40, 4B and 9E. RGB value is (64,75,158). Sum of RGB (Red+Green+Blue) = 64+75+158=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #404B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404B9E is #BFB461. Grayscale: #505050. Windows color (decimal): -12563554 or 10373952. OLE color: 10373952.

HSL color Cylindrical-coordinate representation of color #404B9E: hue angle of 232.98º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #404B9E is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6475158-
CMYK0.590.5300.38
HSL232.98º42.34%43.53%-
HSV(B)232.98º59.49%61.96%-
XYZ10.88.5933.44-
YUV81.17171.36115.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.55%
GREEN value IS 75 (29.69% from 255) = 25.25%
BLUE value IS 158 (62.11% from 255) = 53.20%
R=21.55%
G=25.25%
B=53.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal64751580.590.5300.38232.9842.3443.53
Hex404B9E3B35026e92a2c
Octal10011323673650463515254
Binary1000000100101110011110111011110101010011011101001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,75,158); }

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

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

 a { background-color: rgb(64,75,158); }

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

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

 span { border-color: rgb(64,75,158); }

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