Shades of Governor Bay #48528E
Tints of Governor Bay #48528E
RGB
CMYK
RGB Variations
Color information
#48528E (or 0x48528E) is known color: Governor Bay. HEX triplet: 48, 52 and 8E. RGB value is (72,82,142). Sum of RGB (Red+Green+Blue) = 72+82+142=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #48528E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48528E is #B7AD71. Grayscale: #555555. Windows color (decimal): -12037490 or 9327176. OLE color: 9327176.
HSL color Cylindrical-coordinate representation of color #48528E: hue angle of 231.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48528E is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 82 | 142 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.44 |
| HSL | 231.43º | 0.33% | 0.42% | - |
| HSV(B) | 231.43º | 0.49% | 0.56% | - |
| XYZ | 10.57 | 9.37 | 26.84 | - |
| YUV | 85.85 | 159.69 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 142 | 0.49 | 0.42 | 0 | 0.44 | 231.43 | 0.33 | 0.42 |
| Hex | 48 | 52 | 8E | 31 | 2A | 0 | 2C | E7 | 21 | 2A |
| Octal | 110 | 122 | 216 | 61 | 52 | 0 | 54 | 347 | 41 | 52 |
| Binary | 1001000 | 1010010 | 10001110 | 110001 | 101010 | 0 | 101100 | 11100111 | 100001 | 101010 |
Color Harmonies of #48528E
Complementary color
Monochromatic Colors of #48528E
Black with #48528E
Text Example
Text Example
White with #48528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48528E; }
p { color: rgb(72,82,142); }
H1.HeaderClassName
{
color: #48528E;
}
.AnyTagClassName
{
color: #48528E;
}
</style>
background-color css
<style>
a { background-color: #48528E; }
a { background-color: rgb(72,82,142); }
div.DivClassName
{
background-color: #48528E;
}
.BgClassName
{
background-color: #48528E;
}
</style>
border-color css
<style>
span { border-color: #48528E; }
span { border-color: rgb(72,82,142); }
td.TdClassName
{
border-color: #48528E;
}
.TagClassName
{
border-color: #48528E;
}
</style>