Shades of Governor Bay #48558F
Tints of Governor Bay #48558F
RGB
CMYK
RGB Variations
Color information
#48558F (or 0x48558F) is known color: Governor Bay. HEX triplet: 48, 55 and 8F. RGB value is (72,85,143). Sum of RGB (Red+Green+Blue) = 72+85+143=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 143 - color contains mainly: blue. Hex color #48558F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48558F is #B7AA70. Grayscale: #575757. Windows color (decimal): -12036721 or 9393480. OLE color: 9393480.
HSL color Cylindrical-coordinate representation of color #48558F: hue angle of 229.01º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48558F is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 85 | 143 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.44 |
| HSL | 229.01º | 0.33% | 0.42% | - |
| HSV(B) | 229.01º | 0.5% | 0.56% | - |
| XYZ | 10.88 | 9.86 | 27.32 | - |
| YUV | 87.73 | 159.19 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 143 | 0.50 | 0.41 | 0 | 0.44 | 229.01 | 0.33 | 0.42 |
| Hex | 48 | 55 | 8F | 32 | 29 | 0 | 2C | E5 | 21 | 2A |
| Octal | 110 | 125 | 217 | 62 | 51 | 0 | 54 | 345 | 41 | 52 |
| Binary | 1001000 | 1010101 | 10001111 | 110010 | 101001 | 0 | 101100 | 11100101 | 100001 | 101010 |
Color Harmonies of #48558F
Complementary color
Monochromatic Colors of #48558F
Black with #48558F
Text Example
Text Example
White with #48558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48558F; }
p { color: rgb(72,85,143); }
H1.HeaderClassName
{
color: #48558F;
}
.AnyTagClassName
{
color: #48558F;
}
</style>
background-color css
<style>
a { background-color: #48558F; }
a { background-color: rgb(72,85,143); }
div.DivClassName
{
background-color: #48558F;
}
.BgClassName
{
background-color: #48558F;
}
</style>
border-color css
<style>
span { border-color: #48558F; }
span { border-color: rgb(72,85,143); }
td.TdClassName
{
border-color: #48558F;
}
.TagClassName
{
border-color: #48558F;
}
</style>