Shades of Governor Bay #48569D
Tints of Governor Bay #48569D
RGB
CMYK
RGB Variations
Color information
#48569D (or 0x48569D) is known color: Governor Bay. HEX triplet: 48, 56 and 9D. RGB value is (72,86,157). Sum of RGB (Red+Green+Blue) = 72+86+157=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #48569D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48569D is #B7A962. Grayscale: #595959. Windows color (decimal): -12036451 or 10311240. OLE color: 10311240.
HSL color Cylindrical-coordinate representation of color #48569D: hue angle of 230.12º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48569D is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 86 | 157 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.38 |
| HSL | 230.12º | 0.37% | 0.45% | - |
| HSV(B) | 230.12º | 0.54% | 0.62% | - |
| XYZ | 12.09 | 10.47 | 33.28 | - |
| YUV | 89.91 | 165.86 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 86 | 157 | 0.54 | 0.45 | 0 | 0.38 | 230.12 | 0.37 | 0.45 |
| Hex | 48 | 56 | 9D | 36 | 2D | 0 | 26 | E6 | 25 | 2D |
| Octal | 110 | 126 | 235 | 66 | 55 | 0 | 46 | 346 | 45 | 55 |
| Binary | 1001000 | 1010110 | 10011101 | 110110 | 101101 | 0 | 100110 | 11100110 | 100101 | 101101 |
Color Harmonies of #48569D
Complementary color
Monochromatic Colors of #48569D
Black with #48569D
Text Example
Text Example
White with #48569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48569D; }
p { color: rgb(72,86,157); }
H1.HeaderClassName
{
color: #48569D;
}
.AnyTagClassName
{
color: #48569D;
}
</style>
background-color css
<style>
a { background-color: #48569D; }
a { background-color: rgb(72,86,157); }
div.DivClassName
{
background-color: #48569D;
}
.BgClassName
{
background-color: #48569D;
}
</style>
border-color css
<style>
span { border-color: #48569D; }
span { border-color: rgb(72,86,157); }
td.TdClassName
{
border-color: #48569D;
}
.TagClassName
{
border-color: #48569D;
}
</style>