#404B9B

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

Shades of Governor Bay #404B9B

Tints of Governor Bay #404B9B

Color information

#404B9B (or 0x404B9B) is unknown color: approx Governor Bay. HEX triplet: 40, 4B and 9B. RGB value is (64,75,155). Sum of RGB (Red+Green+Blue) = 64+75+155=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #404B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404B9B is #BFB464. Grayscale: #505050. Windows color (decimal): -12563557 or 10177344. OLE color: 10177344.

HSL color Cylindrical-coordinate representation of color #404B9B: hue angle of 232.75º 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 #404B9B is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6475155-
CMYK0.590.5200.39
HSL232.75º41.55%42.94%-
HSV(B)232.75º58.71%60.78%-
XYZ10.558.4932.09-
YUV80.83169.86116-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.77%
GREEN value IS 75 (29.69% from 255) = 25.51%
BLUE value IS 155 (60.94% from 255) = 52.72%
R=21.77%
G=25.51%
B=52.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64751550.590.5200.39232.7541.5542.94
Hex404B9B3B34027e92a2b
Octal10011323373640473515253
Binary1000000100101110011011111011110100010011111101001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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