Shades of Governor Bay #404B9B
Tints of Governor Bay #404B9B
RGB
CMYK
RGB Variations
Color information
#404B9B (or 0x404B9B) is known color: 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
| RGB | 64 | 75 | 155 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.39 |
| HSL | 232.75º | 0.42% | 0.43% | - |
| HSV(B) | 232.75º | 0.59% | 0.61% | - |
| XYZ | 10.55 | 8.49 | 32.09 | - |
| YUV | 80.83 | 169.86 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 155 | 0.59 | 0.52 | 0 | 0.39 | 232.75 | 0.42 | 0.43 |
| Hex | 40 | 4B | 9B | 3B | 34 | 0 | 27 | E9 | 2A | 2B |
| Octal | 100 | 113 | 233 | 73 | 64 | 0 | 47 | 351 | 52 | 53 |
| Binary | 1000000 | 1001011 | 10011011 | 111011 | 110100 | 0 | 100111 | 11101001 | 101010 | 101011 |
Color Harmonies of #404B9B
Complementary color
Monochromatic Colors of #404B9B
Black with #404B9B
Text Example
Text Example
White with #404B9B
Text Example
Text Example
HTML Codes & Css Web 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>