Shades of Governor Bay #404CAB
Tints of Governor Bay #404CAB
RGB
CMYK
RGB Variations
Color information
#404CAB (or 0x404CAB) is known color: Governor Bay. HEX triplet: 40, 4C and AB. RGB value is (64,76,171). Sum of RGB (Red+Green+Blue) = 64+76+171=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #404CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404CAB is #BFB354. Grayscale: #525252. Windows color (decimal): -12563285 or 11226176. OLE color: 11226176.
HSL color Cylindrical-coordinate representation of color #404CAB: hue angle of 233.27º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #404CAB is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 76 | 171 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.33 |
| HSL | 233.27º | 0.46% | 0.46% | - |
| HSV(B) | 233.27º | 0.63% | 0.67% | - |
| XYZ | 12.05 | 9.2 | 39.67 | - |
| YUV | 83.24 | 177.52 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 171 | 0.63 | 0.56 | 0 | 0.33 | 233.27 | 0.46 | 0.46 |
| Hex | 40 | 4C | AB | 3F | 38 | 0 | 21 | E9 | 2E | 2E |
| Octal | 100 | 114 | 253 | 77 | 70 | 0 | 41 | 351 | 56 | 56 |
| Binary | 1000000 | 1001100 | 10101011 | 111111 | 111000 | 0 | 100001 | 11101001 | 101110 | 101110 |
Color Harmonies of #404CAB
Complementary color
Monochromatic Colors of #404CAB
Black with #404CAB
Text Example
Text Example
White with #404CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404CAB; }
p { color: rgb(64,76,171); }
H1.HeaderClassName
{
color: #404CAB;
}
.AnyTagClassName
{
color: #404CAB;
}
</style>
background-color css
<style>
a { background-color: #404CAB; }
a { background-color: rgb(64,76,171); }
div.DivClassName
{
background-color: #404CAB;
}
.BgClassName
{
background-color: #404CAB;
}
</style>
border-color css
<style>
span { border-color: #404CAB; }
span { border-color: rgb(64,76,171); }
td.TdClassName
{
border-color: #404CAB;
}
.TagClassName
{
border-color: #404CAB;
}
</style>