Shades of Governor Bay #4042AD
Tints of Governor Bay #4042AD
RGB
CMYK
RGB Variations
Color information
#4042AD (or 0x4042AD) is known color: Governor Bay. HEX triplet: 40, 42 and AD. RGB value is (64,66,173). Sum of RGB (Red+Green+Blue) = 64+66+173=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #4042AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4042AD is #BFBD52. Grayscale: #4D4D4D. Windows color (decimal): -12565843 or 11354688. OLE color: 11354688.
HSL color Cylindrical-coordinate representation of color #4042AD: hue angle of 238.9º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4042AD is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 66 | 173 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.32 |
| HSL | 238.9º | 0.46% | 0.46% | - |
| HSV(B) | 238.9º | 0.63% | 0.68% | - |
| XYZ | 11.61 | 8 | 40.47 | - |
| YUV | 77.6 | 181.84 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 173 | 0.63 | 0.62 | 0 | 0.32 | 238.9 | 0.46 | 0.46 |
| Hex | 40 | 42 | AD | 3F | 3E | 0 | 20 | EF | 2E | 2E |
| Octal | 100 | 102 | 255 | 77 | 76 | 0 | 40 | 357 | 56 | 56 |
| Binary | 1000000 | 1000010 | 10101101 | 111111 | 111110 | 0 | 100000 | 11101111 | 101110 | 101110 |
Color Harmonies of #4042AD
Complementary color
Monochromatic Colors of #4042AD
Black with #4042AD
Text Example
Text Example
White with #4042AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4042AD; }
p { color: rgb(64,66,173); }
H1.HeaderClassName
{
color: #4042AD;
}
.AnyTagClassName
{
color: #4042AD;
}
</style>
background-color css
<style>
a { background-color: #4042AD; }
a { background-color: rgb(64,66,173); }
div.DivClassName
{
background-color: #4042AD;
}
.BgClassName
{
background-color: #4042AD;
}
</style>
border-color css
<style>
span { border-color: #4042AD; }
span { border-color: rgb(64,66,173); }
td.TdClassName
{
border-color: #4042AD;
}
.TagClassName
{
border-color: #4042AD;
}
</style>