Shades of Governor Bay #4849A0
Tints of Governor Bay #4849A0
RGB
CMYK
RGB Variations
Color information
#4849A0 (or 0x4849A0) is known color: Governor Bay. HEX triplet: 48, 49 and A0. RGB value is (72,73,160). Sum of RGB (Red+Green+Blue) = 72+73+160=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 160 (62.89% from 255 or 52.46% from 305); Max value from RGB is 160 - color contains mainly: blue. Hex color #4849A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4849A0 is #B7B65F. Grayscale: #525252. Windows color (decimal): -12039776 or 10504520. OLE color: 10504520.
HSL color Cylindrical-coordinate representation of color #4849A0: hue angle of 239.32º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4849A0 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 73 | 160 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.37 |
| HSL | 239.32º | 0.38% | 0.45% | - |
| HSV(B) | 239.32º | 0.55% | 0.63% | - |
| XYZ | 11.4 | 8.68 | 34.33 | - |
| YUV | 82.62 | 171.67 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 160 | 0.55 | 0.54 | 0 | 0.37 | 239.32 | 0.38 | 0.45 |
| Hex | 48 | 49 | A0 | 37 | 36 | 0 | 25 | EF | 26 | 2D |
| Octal | 110 | 111 | 240 | 67 | 66 | 0 | 45 | 357 | 46 | 55 |
| Binary | 1001000 | 1001001 | 10100000 | 110111 | 110110 | 0 | 100101 | 11101111 | 100110 | 101101 |
Color Harmonies of #4849A0
Complementary color
Monochromatic Colors of #4849A0
Black with #4849A0
Text Example
Text Example
White with #4849A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4849A0; }
p { color: rgb(72,73,160); }
H1.HeaderClassName
{
color: #4849A0;
}
.AnyTagClassName
{
color: #4849A0;
}
</style>
background-color css
<style>
a { background-color: #4849A0; }
a { background-color: rgb(72,73,160); }
div.DivClassName
{
background-color: #4849A0;
}
.BgClassName
{
background-color: #4849A0;
}
</style>
border-color css
<style>
span { border-color: #4849A0; }
span { border-color: rgb(72,73,160); }
td.TdClassName
{
border-color: #4849A0;
}
.TagClassName
{
border-color: #4849A0;
}
</style>