Shades of Governor Bay #4040AF
Tints of Governor Bay #4040AF
RGB
CMYK
RGB Variations
Color information
#4040AF (or 0x4040AF) is known color: Governor Bay. HEX triplet: 40, 40 and AF. RGB value is (64,64,175). Sum of RGB (Red+Green+Blue) = 64+64+175=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #4040AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4040AF is #BFBF50. Grayscale: #4C4C4C. Windows color (decimal): -12566353 or 11485248. OLE color: 11485248.
HSL color Cylindrical-coordinate representation of color #4040AF: hue angle of 240º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4040AF is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 64 | 175 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.31 |
| HSL | 240º | 0.46% | 0.47% | - |
| HSV(B) | 240º | 0.63% | 0.69% | - |
| XYZ | 11.69 | 7.85 | 41.46 | - |
| YUV | 76.65 | 183.5 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 175 | 0.63 | 0.63 | 0 | 0.31 | 240 | 0.46 | 0.47 |
| Hex | 40 | 40 | AF | 3F | 3F | 0 | 1F | F0 | 2E | 2F |
| Octal | 100 | 100 | 257 | 77 | 77 | 0 | 37 | 360 | 56 | 57 |
| Binary | 1000000 | 1000000 | 10101111 | 111111 | 111111 | 0 | 11111 | 11110000 | 101110 | 101111 |
Color Harmonies of #4040AF
Complementary color
Monochromatic Colors of #4040AF
Black with #4040AF
Text Example
Text Example
White with #4040AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4040AF; }
p { color: rgb(64,64,175); }
H1.HeaderClassName
{
color: #4040AF;
}
.AnyTagClassName
{
color: #4040AF;
}
</style>
background-color css
<style>
a { background-color: #4040AF; }
a { background-color: rgb(64,64,175); }
div.DivClassName
{
background-color: #4040AF;
}
.BgClassName
{
background-color: #4040AF;
}
</style>
border-color css
<style>
span { border-color: #4040AF; }
span { border-color: rgb(64,64,175); }
td.TdClassName
{
border-color: #4040AF;
}
.TagClassName
{
border-color: #4040AF;
}
</style>