Shades of Governor Bay #48508A
Tints of Governor Bay #48508A
RGB
CMYK
RGB Variations
Color information
#48508A (or 0x48508A) is known color: Governor Bay. HEX triplet: 48, 50 and 8A. RGB value is (72,80,138). Sum of RGB (Red+Green+Blue) = 72+80+138=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #48508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48508A is #B7AF75. Grayscale: #535353. Windows color (decimal): -12038006 or 9064520. OLE color: 9064520.
HSL color Cylindrical-coordinate representation of color #48508A: hue angle of 232.73º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48508A is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 80 | 138 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.46 |
| HSL | 232.73º | 0.31% | 0.41% | - |
| HSV(B) | 232.73º | 0.48% | 0.54% | - |
| XYZ | 10.13 | 8.95 | 25.24 | - |
| YUV | 84.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 80 | 138 | 0.48 | 0.42 | 0 | 0.46 | 232.73 | 0.31 | 0.41 |
| Hex | 48 | 50 | 8A | 30 | 2A | 0 | 2E | E9 | 1F | 29 |
| Octal | 110 | 120 | 212 | 60 | 52 | 0 | 56 | 351 | 37 | 51 |
| Binary | 1001000 | 1010000 | 10001010 | 110000 | 101010 | 0 | 101110 | 11101001 | 11111 | 101001 |
Color Harmonies of #48508A
Complementary color
Monochromatic Colors of #48508A
Black with #48508A
Text Example
Text Example
White with #48508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48508A; }
p { color: rgb(72,80,138); }
H1.HeaderClassName
{
color: #48508A;
}
.AnyTagClassName
{
color: #48508A;
}
</style>
background-color css
<style>
a { background-color: #48508A; }
a { background-color: rgb(72,80,138); }
div.DivClassName
{
background-color: #48508A;
}
.BgClassName
{
background-color: #48508A;
}
</style>
border-color css
<style>
span { border-color: #48508A; }
span { border-color: rgb(72,80,138); }
td.TdClassName
{
border-color: #48508A;
}
.TagClassName
{
border-color: #48508A;
}
</style>