Shades of Governor Bay #48549C
Tints of Governor Bay #48549C
RGB
CMYK
RGB Variations
Color information
#48549C (or 0x48549C) is known color: Governor Bay. HEX triplet: 48, 54 and 9C. RGB value is (72,84,156). Sum of RGB (Red+Green+Blue) = 72+84+156=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #48549C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48549C is #B7AB63. Grayscale: #585858. Windows color (decimal): -12036964 or 10245192. OLE color: 10245192.
HSL color Cylindrical-coordinate representation of color #48549C: hue angle of 231.43º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48549C is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 84 | 156 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.39 |
| HSL | 231.43º | 0.37% | 0.45% | - |
| HSV(B) | 231.43º | 0.54% | 0.61% | - |
| XYZ | 11.84 | 10.12 | 32.78 | - |
| YUV | 88.62 | 166.02 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 84 | 156 | 0.54 | 0.46 | 0 | 0.39 | 231.43 | 0.37 | 0.45 |
| Hex | 48 | 54 | 9C | 36 | 2E | 0 | 27 | E7 | 25 | 2D |
| Octal | 110 | 124 | 234 | 66 | 56 | 0 | 47 | 347 | 45 | 55 |
| Binary | 1001000 | 1010100 | 10011100 | 110110 | 101110 | 0 | 100111 | 11100111 | 100101 | 101101 |
Color Harmonies of #48549C
Complementary color
Monochromatic Colors of #48549C
Black with #48549C
Text Example
Text Example
White with #48549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48549C; }
p { color: rgb(72,84,156); }
H1.HeaderClassName
{
color: #48549C;
}
.AnyTagClassName
{
color: #48549C;
}
</style>
background-color css
<style>
a { background-color: #48549C; }
a { background-color: rgb(72,84,156); }
div.DivClassName
{
background-color: #48549C;
}
.BgClassName
{
background-color: #48549C;
}
</style>
border-color css
<style>
span { border-color: #48549C; }
span { border-color: rgb(72,84,156); }
td.TdClassName
{
border-color: #48549C;
}
.TagClassName
{
border-color: #48549C;
}
</style>