Shades of Governor Bay #4249AA
Tints of Governor Bay #4249AA
RGB
CMYK
RGB Variations
Color information
#4249AA (or 0x4249AA) is known color: Governor Bay. HEX triplet: 42, 49 and AA. RGB value is (66,73,170). Sum of RGB (Red+Green+Blue) = 66+73+170=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #4249AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4249AA is #BDB655. Grayscale: #515151. Windows color (decimal): -12432982 or 11159874. OLE color: 11159874.
HSL color Cylindrical-coordinate representation of color #4249AA: hue angle of 235.96º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4249AA is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 73 | 170 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.33 |
| HSL | 235.96º | 0.44% | 0.46% | - |
| HSV(B) | 235.96º | 0.61% | 0.67% | - |
| XYZ | 11.89 | 8.83 | 39.11 | - |
| YUV | 81.97 | 177.68 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 170 | 0.61 | 0.57 | 0 | 0.33 | 235.96 | 0.44 | 0.46 |
| Hex | 42 | 49 | AA | 3D | 39 | 0 | 21 | EC | 2C | 2E |
| Octal | 102 | 111 | 252 | 75 | 71 | 0 | 41 | 354 | 54 | 56 |
| Binary | 1000010 | 1001001 | 10101010 | 111101 | 111001 | 0 | 100001 | 11101100 | 101100 | 101110 |
Color Harmonies of #4249AA
Complementary color
Monochromatic Colors of #4249AA
Black with #4249AA
Text Example
Text Example
White with #4249AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4249AA; }
p { color: rgb(66,73,170); }
H1.HeaderClassName
{
color: #4249AA;
}
.AnyTagClassName
{
color: #4249AA;
}
</style>
background-color css
<style>
a { background-color: #4249AA; }
a { background-color: rgb(66,73,170); }
div.DivClassName
{
background-color: #4249AA;
}
.BgClassName
{
background-color: #4249AA;
}
</style>
border-color css
<style>
span { border-color: #4249AA; }
span { border-color: rgb(66,73,170); }
td.TdClassName
{
border-color: #4249AA;
}
.TagClassName
{
border-color: #4249AA;
}
</style>