Shades of Governor Bay #4752A0
Tints of Governor Bay #4752A0
RGB
CMYK
RGB Variations
Color information
#4752A0 (or 0x4752A0) is known color: Governor Bay. HEX triplet: 47, 52 and A0. RGB value is (71,82,160). Sum of RGB (Red+Green+Blue) = 71+82+160=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 160 (62.89% from 255 or 51.12% from 313); Max value from RGB is 160 - color contains mainly: blue. Hex color #4752A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4752A0 is #B8AD5F. Grayscale: #575757. Windows color (decimal): -12103008 or 10506823. OLE color: 10506823.
HSL color Cylindrical-coordinate representation of color #4752A0: hue angle of 232.58º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4752A0 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 82 | 160 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.37 |
| HSL | 232.58º | 0.39% | 0.45% | - |
| HSV(B) | 232.58º | 0.56% | 0.63% | - |
| XYZ | 11.96 | 9.91 | 34.54 | - |
| YUV | 87.6 | 168.86 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 160 | 0.56 | 0.49 | 0 | 0.37 | 232.58 | 0.39 | 0.45 |
| Hex | 47 | 52 | A0 | 38 | 31 | 0 | 25 | E9 | 27 | 2D |
| Octal | 107 | 122 | 240 | 70 | 61 | 0 | 45 | 351 | 47 | 55 |
| Binary | 1000111 | 1010010 | 10100000 | 111000 | 110001 | 0 | 100101 | 11101001 | 100111 | 101101 |
Color Harmonies of #4752A0
Complementary color
Monochromatic Colors of #4752A0
Black with #4752A0
Text Example
Text Example
White with #4752A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4752A0; }
p { color: rgb(71,82,160); }
H1.HeaderClassName
{
color: #4752A0;
}
.AnyTagClassName
{
color: #4752A0;
}
</style>
background-color css
<style>
a { background-color: #4752A0; }
a { background-color: rgb(71,82,160); }
div.DivClassName
{
background-color: #4752A0;
}
.BgClassName
{
background-color: #4752A0;
}
</style>
border-color css
<style>
span { border-color: #4752A0; }
span { border-color: rgb(71,82,160); }
td.TdClassName
{
border-color: #4752A0;
}
.TagClassName
{
border-color: #4752A0;
}
</style>