Shades of Governor Bay #4755AB
Tints of Governor Bay #4755AB
RGB
CMYK
RGB Variations
Color information
#4755AB (or 0x4755AB) is known color: Governor Bay. HEX triplet: 47, 55 and AB. RGB value is (71,85,171). Sum of RGB (Red+Green+Blue) = 71+85+171=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #4755AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4755AB is #B8AA54. Grayscale: #5A5A5A. Windows color (decimal): -12102229 or 11228487. OLE color: 11228487.
HSL color Cylindrical-coordinate representation of color #4755AB: hue angle of 231.6º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4755AB is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 85 | 171 | - |
| CMYK | 0.58 | 0.50 | 0 | 0.33 |
| HSL | 231.6º | 0.41% | 0.47% | - |
| HSV(B) | 231.6º | 0.58% | 0.67% | - |
| XYZ | 13.2 | 10.78 | 39.91 | - |
| YUV | 90.62 | 173.36 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 171 | 0.58 | 0.50 | 0 | 0.33 | 231.6 | 0.41 | 0.47 |
| Hex | 47 | 55 | AB | 3A | 32 | 0 | 21 | E8 | 29 | 2F |
| Octal | 107 | 125 | 253 | 72 | 62 | 0 | 41 | 350 | 51 | 57 |
| Binary | 1000111 | 1010101 | 10101011 | 111010 | 110010 | 0 | 100001 | 11101000 | 101001 | 101111 |
Color Harmonies of #4755AB
Complementary color
Monochromatic Colors of #4755AB
Black with #4755AB
Text Example
Text Example
White with #4755AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4755AB; }
p { color: rgb(71,85,171); }
H1.HeaderClassName
{
color: #4755AB;
}
.AnyTagClassName
{
color: #4755AB;
}
</style>
background-color css
<style>
a { background-color: #4755AB; }
a { background-color: rgb(71,85,171); }
div.DivClassName
{
background-color: #4755AB;
}
.BgClassName
{
background-color: #4755AB;
}
</style>
border-color css
<style>
span { border-color: #4755AB; }
span { border-color: rgb(71,85,171); }
td.TdClassName
{
border-color: #4755AB;
}
.TagClassName
{
border-color: #4755AB;
}
</style>