Shades of Governor Bay #48529C
Tints of Governor Bay #48529C
RGB
CMYK
RGB Variations
Color information
#48529C (or 0x48529C) is known color: Governor Bay. HEX triplet: 48, 52 and 9C. RGB value is (72,82,156). Sum of RGB (Red+Green+Blue) = 72+82+156=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #48529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48529C is #B7AD63. Grayscale: #575757. Windows color (decimal): -12037476 or 10244680. OLE color: 10244680.
HSL color Cylindrical-coordinate representation of color #48529C: hue angle of 232.86º 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 #48529C is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 72 | 82 | 156 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.39 |
| HSL | 232.86º | 0.37% | 0.45% | - |
| HSV(B) | 232.86º | 0.54% | 0.61% | - |
| XYZ | 11.69 | 9.81 | 32.73 | - |
| YUV | 87.45 | 166.69 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 156 | 0.54 | 0.47 | 0 | 0.39 | 232.86 | 0.37 | 0.45 |
| Hex | 48 | 52 | 9C | 36 | 2F | 0 | 27 | E9 | 25 | 2D |
| Octal | 110 | 122 | 234 | 66 | 57 | 0 | 47 | 351 | 45 | 55 |
| Binary | 1001000 | 1010010 | 10011100 | 110110 | 101111 | 0 | 100111 | 11101001 | 100101 | 101101 |
Color Harmonies of #48529C
Complementary color
Monochromatic Colors of #48529C
Black with #48529C
Text Example
Text Example
White with #48529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48529C; }
p { color: rgb(72,82,156); }
H1.HeaderClassName
{
color: #48529C;
}
.AnyTagClassName
{
color: #48529C;
}
</style>
background-color css
<style>
a { background-color: #48529C; }
a { background-color: rgb(72,82,156); }
div.DivClassName
{
background-color: #48529C;
}
.BgClassName
{
background-color: #48529C;
}
</style>
border-color css
<style>
span { border-color: #48529C; }
span { border-color: rgb(72,82,156); }
td.TdClassName
{
border-color: #48529C;
}
.TagClassName
{
border-color: #48529C;
}
</style>