Shades of Governor Bay #4040AB
Tints of Governor Bay #4040AB
RGB
CMYK
RGB Variations
Color information
#4040AB (or 0x4040AB) is known color: Governor Bay. HEX triplet: 40, 40 and AB. RGB value is (64,64,171). Sum of RGB (Red+Green+Blue) = 64+64+171=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #4040AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4040AB is #BFBF54. Grayscale: #4B4B4B. Windows color (decimal): -12566357 or 11223104. OLE color: 11223104.
HSL color Cylindrical-coordinate representation of color #4040AB: hue angle of 240º 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 #4040AB is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 64 | 171 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.33 |
| HSL | 240º | 0.46% | 0.46% | - |
| HSV(B) | 240º | 0.63% | 0.67% | - |
| XYZ | 11.3 | 7.7 | 39.42 | - |
| YUV | 76.2 | 181.5 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 171 | 0.63 | 0.63 | 0 | 0.33 | 240 | 0.46 | 0.46 |
| Hex | 40 | 40 | AB | 3F | 3F | 0 | 21 | F0 | 2E | 2E |
| Octal | 100 | 100 | 253 | 77 | 77 | 0 | 41 | 360 | 56 | 56 |
| Binary | 1000000 | 1000000 | 10101011 | 111111 | 111111 | 0 | 100001 | 11110000 | 101110 | 101110 |
Color Harmonies of #4040AB
Complementary color
Monochromatic Colors of #4040AB
Black with #4040AB
Text Example
Text Example
White with #4040AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4040AB; }
p { color: rgb(64,64,171); }
H1.HeaderClassName
{
color: #4040AB;
}
.AnyTagClassName
{
color: #4040AB;
}
</style>
background-color css
<style>
a { background-color: #4040AB; }
a { background-color: rgb(64,64,171); }
div.DivClassName
{
background-color: #4040AB;
}
.BgClassName
{
background-color: #4040AB;
}
</style>
border-color css
<style>
span { border-color: #4040AB; }
span { border-color: rgb(64,64,171); }
td.TdClassName
{
border-color: #4040AB;
}
.TagClassName
{
border-color: #4040AB;
}
</style>