Shades of Governor Bay #404B9E
Tints of Governor Bay #404B9E
RGB
CMYK
RGB Variations
Color information
#404B9E (or 0x404B9E) is known color: 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
| RGB | 64 | 75 | 158 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.38 |
| HSL | 232.98º | 0.42% | 0.44% | - |
| HSV(B) | 232.98º | 0.59% | 0.62% | - |
| XYZ | 10.8 | 8.59 | 33.44 | - |
| YUV | 81.17 | 171.36 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 158 | 0.59 | 0.53 | 0 | 0.38 | 232.98 | 0.42 | 0.44 |
| Hex | 40 | 4B | 9E | 3B | 35 | 0 | 26 | E9 | 2A | 2C |
| Octal | 100 | 113 | 236 | 73 | 65 | 0 | 46 | 351 | 52 | 54 |
| Binary | 1000000 | 1001011 | 10011110 | 111011 | 110101 | 0 | 100110 | 11101001 | 101010 | 101100 |
Color Harmonies of #404B9E
Complementary color
Monochromatic Colors of #404B9E
Black with #404B9E
Text Example
Text Example
White with #404B9E
Text Example
Text Example
HTML Codes & Css Web 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>