Shades of Governor Bay #484D98
Tints of Governor Bay #484D98
RGB
CMYK
RGB Variations
Color information
#484D98 (or 0x484D98) is known color: Governor Bay. HEX triplet: 48, 4D and 98. RGB value is (72,77,152). Sum of RGB (Red+Green+Blue) = 72+77+152=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #484D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484D98 is #B7B267. Grayscale: #535353. Windows color (decimal): -12038760 or 9981256. OLE color: 9981256.
HSL color Cylindrical-coordinate representation of color #484D98: hue angle of 236.25º 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 #484D98 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 77 | 152 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.40 |
| HSL | 236.25º | 0.36% | 0.44% | - |
| HSV(B) | 236.25º | 0.53% | 0.6% | - |
| XYZ | 10.99 | 8.95 | 30.85 | - |
| YUV | 84.06 | 166.34 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 152 | 0.53 | 0.49 | 0 | 0.40 | 236.25 | 0.36 | 0.44 |
| Hex | 48 | 4D | 98 | 35 | 31 | 0 | 28 | EC | 24 | 2C |
| Octal | 110 | 115 | 230 | 65 | 61 | 0 | 50 | 354 | 44 | 54 |
| Binary | 1001000 | 1001101 | 10011000 | 110101 | 110001 | 0 | 101000 | 11101100 | 100100 | 101100 |
Color Harmonies of #484D98
Complementary color
Monochromatic Colors of #484D98
Black with #484D98
Text Example
Text Example
White with #484D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D98; }
p { color: rgb(72,77,152); }
H1.HeaderClassName
{
color: #484D98;
}
.AnyTagClassName
{
color: #484D98;
}
</style>
background-color css
<style>
a { background-color: #484D98; }
a { background-color: rgb(72,77,152); }
div.DivClassName
{
background-color: #484D98;
}
.BgClassName
{
background-color: #484D98;
}
</style>
border-color css
<style>
span { border-color: #484D98; }
span { border-color: rgb(72,77,152); }
td.TdClassName
{
border-color: #484D98;
}
.TagClassName
{
border-color: #484D98;
}
</style>