Shades of Governor Bay #4242AF
Tints of Governor Bay #4242AF
RGB
CMYK
RGB Variations
Color information
#4242AF (or 0x4242AF) is known color: Governor Bay. HEX triplet: 42, 42 and AF. RGB value is (66,66,175). Sum of RGB (Red+Green+Blue) = 66+66+175=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #4242AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4242AF is #BDBD50. Grayscale: #4D4D4D. Windows color (decimal): -12434769 or 11485762. OLE color: 11485762.
HSL color Cylindrical-coordinate representation of color #4242AF: hue angle of 240º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4242AF is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 66 | 175 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.31 |
| HSL | 240º | 0.45% | 0.47% | - |
| HSV(B) | 240º | 0.62% | 0.69% | - |
| XYZ | 11.93 | 8.15 | 41.5 | - |
| YUV | 78.43 | 182.5 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 66 | 175 | 0.62 | 0.62 | 0 | 0.31 | 240 | 0.45 | 0.47 |
| Hex | 42 | 42 | AF | 3E | 3E | 0 | 1F | F0 | 2D | 2F |
| Octal | 102 | 102 | 257 | 76 | 76 | 0 | 37 | 360 | 55 | 57 |
| Binary | 1000010 | 1000010 | 10101111 | 111110 | 111110 | 0 | 11111 | 11110000 | 101101 | 101111 |
Color Harmonies of #4242AF
Complementary color
Monochromatic Colors of #4242AF
Black with #4242AF
Text Example
Text Example
White with #4242AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4242AF; }
p { color: rgb(66,66,175); }
H1.HeaderClassName
{
color: #4242AF;
}
.AnyTagClassName
{
color: #4242AF;
}
</style>
background-color css
<style>
a { background-color: #4242AF; }
a { background-color: rgb(66,66,175); }
div.DivClassName
{
background-color: #4242AF;
}
.BgClassName
{
background-color: #4242AF;
}
</style>
border-color css
<style>
span { border-color: #4242AF; }
span { border-color: rgb(66,66,175); }
td.TdClassName
{
border-color: #4242AF;
}
.TagClassName
{
border-color: #4242AF;
}
</style>