Shades of Governor Bay #404BAA
Tints of Governor Bay #404BAA
RGB
CMYK
RGB Variations
Color information
#404BAA (or 0x404BAA) is known color: Governor Bay. HEX triplet: 40, 4B and AA. RGB value is (64,75,170). Sum of RGB (Red+Green+Blue) = 64+75+170=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #404BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404BAA is #BFB455. Grayscale: #525252. Windows color (decimal): -12563542 or 11160384. OLE color: 11160384.
HSL color Cylindrical-coordinate representation of color #404BAA: hue angle of 233.77º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #404BAA is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 75 | 170 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.33 |
| HSL | 233.77º | 0.45% | 0.46% | - |
| HSV(B) | 233.77º | 0.62% | 0.67% | - |
| XYZ | 11.89 | 9.02 | 39.15 | - |
| YUV | 82.54 | 177.36 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 170 | 0.62 | 0.56 | 0 | 0.33 | 233.77 | 0.45 | 0.46 |
| Hex | 40 | 4B | AA | 3E | 38 | 0 | 21 | EA | 2D | 2E |
| Octal | 100 | 113 | 252 | 76 | 70 | 0 | 41 | 352 | 55 | 56 |
| Binary | 1000000 | 1001011 | 10101010 | 111110 | 111000 | 0 | 100001 | 11101010 | 101101 | 101110 |
Color Harmonies of #404BAA
Complementary color
Monochromatic Colors of #404BAA
Black with #404BAA
Text Example
Text Example
White with #404BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404BAA; }
p { color: rgb(64,75,170); }
H1.HeaderClassName
{
color: #404BAA;
}
.AnyTagClassName
{
color: #404BAA;
}
</style>
background-color css
<style>
a { background-color: #404BAA; }
a { background-color: rgb(64,75,170); }
div.DivClassName
{
background-color: #404BAA;
}
.BgClassName
{
background-color: #404BAA;
}
</style>
border-color css
<style>
span { border-color: #404BAA; }
span { border-color: rgb(64,75,170); }
td.TdClassName
{
border-color: #404BAA;
}
.TagClassName
{
border-color: #404BAA;
}
</style>