Shades of Governor Bay #484D9F
Tints of Governor Bay #484D9F
RGB
CMYK
RGB Variations
Color information
#484D9F (or 0x484D9F) is known color: Governor Bay. HEX triplet: 48, 4D and 9F. RGB value is (72,77,159). Sum of RGB (Red+Green+Blue) = 72+77+159=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #484D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484D9F is #B7B260. Grayscale: #545454. Windows color (decimal): -12038753 or 10440008. OLE color: 10440008.
HSL color Cylindrical-coordinate representation of color #484D9F: hue angle of 236.55º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #484D9F is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 77 | 159 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.38 |
| HSL | 236.55º | 0.38% | 0.45% | - |
| HSV(B) | 236.55º | 0.55% | 0.62% | - |
| XYZ | 11.58 | 9.19 | 33.96 | - |
| YUV | 84.85 | 169.84 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 159 | 0.55 | 0.52 | 0 | 0.38 | 236.55 | 0.38 | 0.45 |
| Hex | 48 | 4D | 9F | 37 | 34 | 0 | 26 | ED | 26 | 2D |
| Octal | 110 | 115 | 237 | 67 | 64 | 0 | 46 | 355 | 46 | 55 |
| Binary | 1001000 | 1001101 | 10011111 | 110111 | 110100 | 0 | 100110 | 11101101 | 100110 | 101101 |
Color Harmonies of #484D9F
Complementary color
Monochromatic Colors of #484D9F
Black with #484D9F
Text Example
Text Example
White with #484D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D9F; }
p { color: rgb(72,77,159); }
H1.HeaderClassName
{
color: #484D9F;
}
.AnyTagClassName
{
color: #484D9F;
}
</style>
background-color css
<style>
a { background-color: #484D9F; }
a { background-color: rgb(72,77,159); }
div.DivClassName
{
background-color: #484D9F;
}
.BgClassName
{
background-color: #484D9F;
}
</style>
border-color css
<style>
span { border-color: #484D9F; }
span { border-color: rgb(72,77,159); }
td.TdClassName
{
border-color: #484D9F;
}
.TagClassName
{
border-color: #484D9F;
}
</style>