Shades of Governor Bay #4849AB
Tints of Governor Bay #4849AB
RGB
CMYK
RGB Variations
Color information
#4849AB (or 0x4849AB) is known color: Governor Bay. HEX triplet: 48, 49 and AB. RGB value is (72,73,171). Sum of RGB (Red+Green+Blue) = 72+73+171=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #4849AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4849AB is #B7B654. Grayscale: #535353. Windows color (decimal): -12039765 or 11225416. OLE color: 11225416.
HSL color Cylindrical-coordinate representation of color #4849AB: hue angle of 239.39º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4849AB is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 73 | 171 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.33 |
| HSL | 239.39º | 0.41% | 0.48% | - |
| HSV(B) | 239.39º | 0.58% | 0.67% | - |
| XYZ | 12.41 | 9.08 | 39.63 | - |
| YUV | 83.87 | 177.17 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 171 | 0.58 | 0.57 | 0 | 0.33 | 239.39 | 0.41 | 0.48 |
| Hex | 48 | 49 | AB | 3A | 39 | 0 | 21 | EF | 29 | 30 |
| Octal | 110 | 111 | 253 | 72 | 71 | 0 | 41 | 357 | 51 | 60 |
| Binary | 1001000 | 1001001 | 10101011 | 111010 | 111001 | 0 | 100001 | 11101111 | 101001 | 110000 |
Color Harmonies of #4849AB
Complementary color
Monochromatic Colors of #4849AB
Black with #4849AB
Text Example
Text Example
White with #4849AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4849AB; }
p { color: rgb(72,73,171); }
H1.HeaderClassName
{
color: #4849AB;
}
.AnyTagClassName
{
color: #4849AB;
}
</style>
background-color css
<style>
a { background-color: #4849AB; }
a { background-color: rgb(72,73,171); }
div.DivClassName
{
background-color: #4849AB;
}
.BgClassName
{
background-color: #4849AB;
}
</style>
border-color css
<style>
span { border-color: #4849AB; }
span { border-color: rgb(72,73,171); }
td.TdClassName
{
border-color: #4849AB;
}
.TagClassName
{
border-color: #4849AB;
}
</style>