Shades of Governor Bay #4947AB
Tints of Governor Bay #4947AB
RGB
CMYK
RGB Variations
Color information
#4947AB (or 0x4947AB) is known color: Governor Bay. HEX triplet: 49, 47 and AB. RGB value is (73,71,171). Sum of RGB (Red+Green+Blue) = 73+71+171=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #4947AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4947AB is #B6B854. Grayscale: #525252. Windows color (decimal): -11974741 or 11224905. OLE color: 11224905.
HSL color Cylindrical-coordinate representation of color #4947AB: hue angle of 241.2º 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 #4947AB is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 71 | 171 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.33 |
| HSL | 241.2º | 0.41% | 0.47% | - |
| HSV(B) | 241.2º | 0.58% | 0.67% | - |
| XYZ | 12.35 | 8.86 | 39.59 | - |
| YUV | 83 | 177.66 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 171 | 0.57 | 0.58 | 0 | 0.33 | 241.2 | 0.41 | 0.47 |
| Hex | 49 | 47 | AB | 39 | 3A | 0 | 21 | F1 | 29 | 2F |
| Octal | 111 | 107 | 253 | 71 | 72 | 0 | 41 | 361 | 51 | 57 |
| Binary | 1001001 | 1000111 | 10101011 | 111001 | 111010 | 0 | 100001 | 11110001 | 101001 | 101111 |
Color Harmonies of #4947AB
Complementary color
Monochromatic Colors of #4947AB
Black with #4947AB
Text Example
Text Example
White with #4947AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4947AB; }
p { color: rgb(73,71,171); }
H1.HeaderClassName
{
color: #4947AB;
}
.AnyTagClassName
{
color: #4947AB;
}
</style>
background-color css
<style>
a { background-color: #4947AB; }
a { background-color: rgb(73,71,171); }
div.DivClassName
{
background-color: #4947AB;
}
.BgClassName
{
background-color: #4947AB;
}
</style>
border-color css
<style>
span { border-color: #4947AB; }
span { border-color: rgb(73,71,171); }
td.TdClassName
{
border-color: #4947AB;
}
.TagClassName
{
border-color: #4947AB;
}
</style>