Shades of Governor Bay #484E9A
Tints of Governor Bay #484E9A
RGB
CMYK
RGB Variations
Color information
#484E9A (or 0x484E9A) is known color: Governor Bay. HEX triplet: 48, 4E and 9A. RGB value is (72,78,154). Sum of RGB (Red+Green+Blue) = 72+78+154=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #484E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484E9A is #B7B165. Grayscale: #545454. Windows color (decimal): -12038502 or 10112584. OLE color: 10112584.
HSL color Cylindrical-coordinate representation of color #484E9A: hue angle of 235.61º 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 #484E9A is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 72 | 78 | 154 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.40 |
| HSL | 235.61º | 0.36% | 0.44% | - |
| HSV(B) | 235.61º | 0.53% | 0.6% | - |
| XYZ | 11.23 | 9.16 | 31.75 | - |
| YUV | 84.87 | 167.01 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 154 | 0.53 | 0.49 | 0 | 0.40 | 235.61 | 0.36 | 0.44 |
| Hex | 48 | 4E | 9A | 35 | 31 | 0 | 28 | EC | 24 | 2C |
| Octal | 110 | 116 | 232 | 65 | 61 | 0 | 50 | 354 | 44 | 54 |
| Binary | 1001000 | 1001110 | 10011010 | 110101 | 110001 | 0 | 101000 | 11101100 | 100100 | 101100 |
Color Harmonies of #484E9A
Complementary color
Monochromatic Colors of #484E9A
Black with #484E9A
Text Example
Text Example
White with #484E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E9A; }
p { color: rgb(72,78,154); }
H1.HeaderClassName
{
color: #484E9A;
}
.AnyTagClassName
{
color: #484E9A;
}
</style>
background-color css
<style>
a { background-color: #484E9A; }
a { background-color: rgb(72,78,154); }
div.DivClassName
{
background-color: #484E9A;
}
.BgClassName
{
background-color: #484E9A;
}
</style>
border-color css
<style>
span { border-color: #484E9A; }
span { border-color: rgb(72,78,154); }
td.TdClassName
{
border-color: #484E9A;
}
.TagClassName
{
border-color: #484E9A;
}
</style>