Shades of Governor Bay #484D9E
Tints of Governor Bay #484D9E
RGB
CMYK
RGB Variations
Color information
#484D9E (or 0x484D9E) is known color: Governor Bay. HEX triplet: 48, 4D and 9E. RGB value is (72,77,158). Sum of RGB (Red+Green+Blue) = 72+77+158=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #484D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484D9E is #B7B261. Grayscale: #545454. Windows color (decimal): -12038754 or 10374472. OLE color: 10374472.
HSL color Cylindrical-coordinate representation of color #484D9E: hue angle of 236.51º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #484D9E is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 77 | 158 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.38 |
| HSL | 236.51º | 0.37% | 0.45% | - |
| HSV(B) | 236.51º | 0.54% | 0.62% | - |
| XYZ | 11.5 | 9.15 | 33.51 | - |
| YUV | 84.74 | 169.34 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 158 | 0.54 | 0.51 | 0 | 0.38 | 236.51 | 0.37 | 0.45 |
| Hex | 48 | 4D | 9E | 36 | 33 | 0 | 26 | ED | 25 | 2D |
| Octal | 110 | 115 | 236 | 66 | 63 | 0 | 46 | 355 | 45 | 55 |
| Binary | 1001000 | 1001101 | 10011110 | 110110 | 110011 | 0 | 100110 | 11101101 | 100101 | 101101 |
Color Harmonies of #484D9E
Complementary color
Monochromatic Colors of #484D9E
Black with #484D9E
Text Example
Text Example
White with #484D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D9E; }
p { color: rgb(72,77,158); }
H1.HeaderClassName
{
color: #484D9E;
}
.AnyTagClassName
{
color: #484D9E;
}
</style>
background-color css
<style>
a { background-color: #484D9E; }
a { background-color: rgb(72,77,158); }
div.DivClassName
{
background-color: #484D9E;
}
.BgClassName
{
background-color: #484D9E;
}
</style>
border-color css
<style>
span { border-color: #484D9E; }
span { border-color: rgb(72,77,158); }
td.TdClassName
{
border-color: #484D9E;
}
.TagClassName
{
border-color: #484D9E;
}
</style>