Shades of Governor Bay #4755A7
Tints of Governor Bay #4755A7
RGB
CMYK
RGB Variations
Color information
#4755A7 (or 0x4755A7) is known color: Governor Bay. HEX triplet: 47, 55 and A7. RGB value is (71,85,167). Sum of RGB (Red+Green+Blue) = 71+85+167=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 167 (65.62% from 255 or 51.70% from 323); Max value from RGB is 167 - color contains mainly: blue. Hex color #4755A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4755A7 is #B8AA58. Grayscale: #595959. Windows color (decimal): -12102233 or 10966343. OLE color: 10966343.
HSL color Cylindrical-coordinate representation of color #4755A7: hue angle of 231.25º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4755A7 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 85 | 167 | - |
| CMYK | 0.57 | 0.49 | 0 | 0.35 |
| HSL | 231.25º | 0.4% | 0.47% | - |
| HSV(B) | 231.25º | 0.57% | 0.65% | - |
| XYZ | 12.82 | 10.63 | 37.93 | - |
| YUV | 90.16 | 171.36 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 167 | 0.57 | 0.49 | 0 | 0.35 | 231.25 | 0.4 | 0.47 |
| Hex | 47 | 55 | A7 | 39 | 31 | 0 | 23 | E7 | 28 | 2F |
| Octal | 107 | 125 | 247 | 71 | 61 | 0 | 43 | 347 | 50 | 57 |
| Binary | 1000111 | 1010101 | 10100111 | 111001 | 110001 | 0 | 100011 | 11100111 | 101000 | 101111 |
Color Harmonies of #4755A7
Complementary color
Monochromatic Colors of #4755A7
Black with #4755A7
Text Example
Text Example
White with #4755A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4755A7; }
p { color: rgb(71,85,167); }
H1.HeaderClassName
{
color: #4755A7;
}
.AnyTagClassName
{
color: #4755A7;
}
</style>
background-color css
<style>
a { background-color: #4755A7; }
a { background-color: rgb(71,85,167); }
div.DivClassName
{
background-color: #4755A7;
}
.BgClassName
{
background-color: #4755A7;
}
</style>
border-color css
<style>
span { border-color: #4755A7; }
span { border-color: rgb(71,85,167); }
td.TdClassName
{
border-color: #4755A7;
}
.TagClassName
{
border-color: #4755A7;
}
</style>