Shades of Governor Bay #484999
Tints of Governor Bay #484999
RGB
CMYK
RGB Variations
Color information
#484999 (or 0x484999) is known color: Governor Bay. HEX triplet: 48, 49 and 99. RGB value is (72,73,153). Sum of RGB (Red+Green+Blue) = 72+73+153=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #484999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484999 is #B7B666. Grayscale: #515151. Windows color (decimal): -12039783 or 10045768. OLE color: 10045768.
HSL color Cylindrical-coordinate representation of color #484999: hue angle of 239.26º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #484999 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 72 | 73 | 153 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.4 |
| HSL | 239.26º | 0.36% | 0.44% | - |
| HSV(B) | 239.26º | 0.53% | 0.6% | - |
| XYZ | 10.8 | 8.44 | 31.2 | - |
| YUV | 81.82 | 168.17 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 153 | 0.53 | 0.52 | 0 | 0.4 | 239.26 | 0.36 | 0.44 |
| Hex | 48 | 49 | 99 | 35 | 34 | 0 | 28 | EF | 24 | 2C |
| Octal | 110 | 111 | 231 | 65 | 64 | 0 | 50 | 357 | 44 | 54 |
| Binary | 1001000 | 1001001 | 10011001 | 110101 | 110100 | 0 | 101000 | 11101111 | 100100 | 101100 |
Color Harmonies of #484999
Complementary color
Monochromatic Colors of #484999
Black with #484999
Text Example
Text Example
White with #484999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484999; }
p { color: rgb(72,73,153); }
H1.HeaderClassName
{
color: #484999;
}
.AnyTagClassName
{
color: #484999;
}
</style>
background-color css
<style>
a { background-color: #484999; }
a { background-color: rgb(72,73,153); }
div.DivClassName
{
background-color: #484999;
}
.BgClassName
{
background-color: #484999;
}
</style>
border-color css
<style>
span { border-color: #484999; }
span { border-color: rgb(72,73,153); }
td.TdClassName
{
border-color: #484999;
}
.TagClassName
{
border-color: #484999;
}
</style>