Shades of Governor Bay #4042AA
Tints of Governor Bay #4042AA
RGB
CMYK
RGB Variations
Color information
#4042AA (or 0x4042AA) is known color: Governor Bay. HEX triplet: 40, 42 and AA. RGB value is (64,66,170). Sum of RGB (Red+Green+Blue) = 64+66+170=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #4042AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4042AA is #BFBD55. Grayscale: #4C4C4C. Windows color (decimal): -12565846 or 11158080. OLE color: 11158080.
HSL color Cylindrical-coordinate representation of color #4042AA: hue angle of 238.87º 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 #4042AA is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 66 | 170 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.33 |
| HSL | 238.87º | 0.45% | 0.46% | - |
| HSV(B) | 238.87º | 0.62% | 0.67% | - |
| XYZ | 11.32 | 7.89 | 38.96 | - |
| YUV | 77.26 | 180.34 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 170 | 0.62 | 0.61 | 0 | 0.33 | 238.87 | 0.45 | 0.46 |
| Hex | 40 | 42 | AA | 3E | 3D | 0 | 21 | EF | 2D | 2E |
| Octal | 100 | 102 | 252 | 76 | 75 | 0 | 41 | 357 | 55 | 56 |
| Binary | 1000000 | 1000010 | 10101010 | 111110 | 111101 | 0 | 100001 | 11101111 | 101101 | 101110 |
Color Harmonies of #4042AA
Complementary color
Monochromatic Colors of #4042AA
Black with #4042AA
Text Example
Text Example
White with #4042AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4042AA; }
p { color: rgb(64,66,170); }
H1.HeaderClassName
{
color: #4042AA;
}
.AnyTagClassName
{
color: #4042AA;
}
</style>
background-color css
<style>
a { background-color: #4042AA; }
a { background-color: rgb(64,66,170); }
div.DivClassName
{
background-color: #4042AA;
}
.BgClassName
{
background-color: #4042AA;
}
</style>
border-color css
<style>
span { border-color: #4042AA; }
span { border-color: rgb(64,66,170); }
td.TdClassName
{
border-color: #4042AA;
}
.TagClassName
{
border-color: #4042AA;
}
</style>