Shades of Governor Bay #4858AA
Tints of Governor Bay #4858AA
RGB
CMYK
RGB Variations
Color information
#4858AA (or 0x4858AA) is known color: Governor Bay. HEX triplet: 48, 58 and AA. RGB value is (72,88,170). Sum of RGB (Red+Green+Blue) = 72+88+170=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #4858AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4858AA is #B7A755. Grayscale: #5C5C5C. Windows color (decimal): -12035926 or 11163720. OLE color: 11163720.
HSL color Cylindrical-coordinate representation of color #4858AA: hue angle of 230.2º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4858AA is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 88 | 170 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.33 |
| HSL | 230.2º | 0.4% | 0.47% | - |
| HSV(B) | 230.2º | 0.58% | 0.67% | - |
| XYZ | 13.42 | 11.26 | 39.5 | - |
| YUV | 92.56 | 171.7 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 170 | 0.58 | 0.48 | 0 | 0.33 | 230.2 | 0.4 | 0.47 |
| Hex | 48 | 58 | AA | 3A | 30 | 0 | 21 | E6 | 28 | 2F |
| Octal | 110 | 130 | 252 | 72 | 60 | 0 | 41 | 346 | 50 | 57 |
| Binary | 1001000 | 1011000 | 10101010 | 111010 | 110000 | 0 | 100001 | 11100110 | 101000 | 101111 |
Color Harmonies of #4858AA
Complementary color
Monochromatic Colors of #4858AA
Black with #4858AA
Text Example
Text Example
White with #4858AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4858AA; }
p { color: rgb(72,88,170); }
H1.HeaderClassName
{
color: #4858AA;
}
.AnyTagClassName
{
color: #4858AA;
}
</style>
background-color css
<style>
a { background-color: #4858AA; }
a { background-color: rgb(72,88,170); }
div.DivClassName
{
background-color: #4858AA;
}
.BgClassName
{
background-color: #4858AA;
}
</style>
border-color css
<style>
span { border-color: #4858AA; }
span { border-color: rgb(72,88,170); }
td.TdClassName
{
border-color: #4858AA;
}
.TagClassName
{
border-color: #4858AA;
}
</style>