Shades of Governor Bay #48579D
Tints of Governor Bay #48579D
RGB
CMYK
RGB Variations
Color information
#48579D (or 0x48579D) is known color: Governor Bay. HEX triplet: 48, 57 and 9D. RGB value is (72,87,157). Sum of RGB (Red+Green+Blue) = 72+87+157=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #48579D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48579D is #B7A862. Grayscale: #5A5A5A. Windows color (decimal): -12036195 or 10311496. OLE color: 10311496.
HSL color Cylindrical-coordinate representation of color #48579D: hue angle of 229.41º 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 #48579D is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 72 | 87 | 157 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.38 |
| HSL | 229.41º | 0.37% | 0.45% | - |
| HSV(B) | 229.41º | 0.54% | 0.62% | - |
| XYZ | 12.17 | 10.63 | 33.31 | - |
| YUV | 90.5 | 165.53 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 87 | 157 | 0.54 | 0.45 | 0 | 0.38 | 229.41 | 0.37 | 0.45 |
| Hex | 48 | 57 | 9D | 36 | 2D | 0 | 26 | E5 | 25 | 2D |
| Octal | 110 | 127 | 235 | 66 | 55 | 0 | 46 | 345 | 45 | 55 |
| Binary | 1001000 | 1010111 | 10011101 | 110110 | 101101 | 0 | 100110 | 11100101 | 100101 | 101101 |
Color Harmonies of #48579D
Complementary color
Monochromatic Colors of #48579D
Black with #48579D
Text Example
Text Example
White with #48579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48579D; }
p { color: rgb(72,87,157); }
H1.HeaderClassName
{
color: #48579D;
}
.AnyTagClassName
{
color: #48579D;
}
</style>
background-color css
<style>
a { background-color: #48579D; }
a { background-color: rgb(72,87,157); }
div.DivClassName
{
background-color: #48579D;
}
.BgClassName
{
background-color: #48579D;
}
</style>
border-color css
<style>
span { border-color: #48579D; }
span { border-color: rgb(72,87,157); }
td.TdClassName
{
border-color: #48579D;
}
.TagClassName
{
border-color: #48579D;
}
</style>