Shades of Governor Bay #484E9F
Tints of Governor Bay #484E9F
RGB
CMYK
RGB Variations
Color information
#484E9F (or 0x484E9F) is known color: Governor Bay. HEX triplet: 48, 4E and 9F. RGB value is (72,78,159). Sum of RGB (Red+Green+Blue) = 72+78+159=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #484E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484E9F is #B7B160. Grayscale: #555555. Windows color (decimal): -12038497 or 10440264. OLE color: 10440264.
HSL color Cylindrical-coordinate representation of color #484E9F: hue angle of 235.86º 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 #484E9F is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 78 | 159 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.38 |
| HSL | 235.86º | 0.38% | 0.45% | - |
| HSV(B) | 235.86º | 0.55% | 0.62% | - |
| XYZ | 11.65 | 9.33 | 33.99 | - |
| YUV | 85.44 | 169.51 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 159 | 0.55 | 0.51 | 0 | 0.38 | 235.86 | 0.38 | 0.45 |
| Hex | 48 | 4E | 9F | 37 | 33 | 0 | 26 | EC | 26 | 2D |
| Octal | 110 | 116 | 237 | 67 | 63 | 0 | 46 | 354 | 46 | 55 |
| Binary | 1001000 | 1001110 | 10011111 | 110111 | 110011 | 0 | 100110 | 11101100 | 100110 | 101101 |
Color Harmonies of #484E9F
Complementary color
Monochromatic Colors of #484E9F
Black with #484E9F
Text Example
Text Example
White with #484E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E9F; }
p { color: rgb(72,78,159); }
H1.HeaderClassName
{
color: #484E9F;
}
.AnyTagClassName
{
color: #484E9F;
}
</style>
background-color css
<style>
a { background-color: #484E9F; }
a { background-color: rgb(72,78,159); }
div.DivClassName
{
background-color: #484E9F;
}
.BgClassName
{
background-color: #484E9F;
}
</style>
border-color css
<style>
span { border-color: #484E9F; }
span { border-color: rgb(72,78,159); }
td.TdClassName
{
border-color: #484E9F;
}
.TagClassName
{
border-color: #484E9F;
}
</style>