Shades of Governor Bay #4240AF
Tints of Governor Bay #4240AF
RGB
CMYK
RGB Variations
Color information
#4240AF (or 0x4240AF) is known color: Governor Bay. HEX triplet: 42, 40 and AF. RGB value is (66,64,175). Sum of RGB (Red+Green+Blue) = 66+64+175=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #4240AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4240AF is #BDBF50. Grayscale: #4C4C4C. Windows color (decimal): -12435281 or 11485250. OLE color: 11485250.
HSL color Cylindrical-coordinate representation of color #4240AF: hue angle of 241.08º 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 #4240AF is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 64 | 175 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.31 |
| HSL | 241.08º | 0.46% | 0.47% | - |
| HSV(B) | 241.08º | 0.63% | 0.69% | - |
| XYZ | 11.82 | 7.92 | 41.46 | - |
| YUV | 77.25 | 183.16 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 175 | 0.62 | 0.63 | 0 | 0.31 | 241.08 | 0.46 | 0.47 |
| Hex | 42 | 40 | AF | 3E | 3F | 0 | 1F | F1 | 2E | 2F |
| Octal | 102 | 100 | 257 | 76 | 77 | 0 | 37 | 361 | 56 | 57 |
| Binary | 1000010 | 1000000 | 10101111 | 111110 | 111111 | 0 | 11111 | 11110001 | 101110 | 101111 |
Color Harmonies of #4240AF
Complementary color
Monochromatic Colors of #4240AF
Black with #4240AF
Text Example
Text Example
White with #4240AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4240AF; }
p { color: rgb(66,64,175); }
H1.HeaderClassName
{
color: #4240AF;
}
.AnyTagClassName
{
color: #4240AF;
}
</style>
background-color css
<style>
a { background-color: #4240AF; }
a { background-color: rgb(66,64,175); }
div.DivClassName
{
background-color: #4240AF;
}
.BgClassName
{
background-color: #4240AF;
}
</style>
border-color css
<style>
span { border-color: #4240AF; }
span { border-color: rgb(66,64,175); }
td.TdClassName
{
border-color: #4240AF;
}
.TagClassName
{
border-color: #4240AF;
}
</style>