Shades of Governor Bay #4240AE
Tints of Governor Bay #4240AE
RGB
CMYK
RGB Variations
Color information
#4240AE (or 0x4240AE) is known color: Governor Bay. HEX triplet: 42, 40 and AE. RGB value is (66,64,174). Sum of RGB (Red+Green+Blue) = 66+64+174=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #4240AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4240AE is #BDBF51. Grayscale: #4C4C4C. Windows color (decimal): -12435282 or 11419714. OLE color: 11419714.
HSL color Cylindrical-coordinate representation of color #4240AE: hue angle of 241.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4240AE is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 64 | 174 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.32 |
| HSL | 241.09º | 0.46% | 0.47% | - |
| HSV(B) | 241.09º | 0.63% | 0.68% | - |
| XYZ | 11.72 | 7.88 | 40.95 | - |
| YUV | 77.14 | 182.66 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 174 | 0.62 | 0.63 | 0 | 0.32 | 241.09 | 0.46 | 0.47 |
| Hex | 42 | 40 | AE | 3E | 3F | 0 | 20 | F1 | 2E | 2F |
| Octal | 102 | 100 | 256 | 76 | 77 | 0 | 40 | 361 | 56 | 57 |
| Binary | 1000010 | 1000000 | 10101110 | 111110 | 111111 | 0 | 100000 | 11110001 | 101110 | 101111 |
Color Harmonies of #4240AE
Complementary color
Monochromatic Colors of #4240AE
Black with #4240AE
Text Example
Text Example
White with #4240AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4240AE; }
p { color: rgb(66,64,174); }
H1.HeaderClassName
{
color: #4240AE;
}
.AnyTagClassName
{
color: #4240AE;
}
</style>
background-color css
<style>
a { background-color: #4240AE; }
a { background-color: rgb(66,64,174); }
div.DivClassName
{
background-color: #4240AE;
}
.BgClassName
{
background-color: #4240AE;
}
</style>
border-color css
<style>
span { border-color: #4240AE; }
span { border-color: rgb(66,64,174); }
td.TdClassName
{
border-color: #4240AE;
}
.TagClassName
{
border-color: #4240AE;
}
</style>