Shades of Governor Bay #48538F
Tints of Governor Bay #48538F
RGB
CMYK
RGB Variations
Color information
#48538F (or 0x48538F) is known color: Governor Bay. HEX triplet: 48, 53 and 8F. RGB value is (72,83,143). Sum of RGB (Red+Green+Blue) = 72+83+143=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #48538F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48538F is #B7AC70. Grayscale: #565656. Windows color (decimal): -12037233 or 9392968. OLE color: 9392968.
HSL color Cylindrical-coordinate representation of color #48538F: hue angle of 230.7º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48538F is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 83 | 143 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.44 |
| HSL | 230.7º | 0.33% | 0.42% | - |
| HSV(B) | 230.7º | 0.5% | 0.56% | - |
| XYZ | 10.72 | 9.55 | 27.26 | - |
| YUV | 86.55 | 159.86 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 143 | 0.50 | 0.42 | 0 | 0.44 | 230.7 | 0.33 | 0.42 |
| Hex | 48 | 53 | 8F | 32 | 2A | 0 | 2C | E7 | 21 | 2A |
| Octal | 110 | 123 | 217 | 62 | 52 | 0 | 54 | 347 | 41 | 52 |
| Binary | 1001000 | 1010011 | 10001111 | 110010 | 101010 | 0 | 101100 | 11100111 | 100001 | 101010 |
Color Harmonies of #48538F
Complementary color
Monochromatic Colors of #48538F
Black with #48538F
Text Example
Text Example
White with #48538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48538F; }
p { color: rgb(72,83,143); }
H1.HeaderClassName
{
color: #48538F;
}
.AnyTagClassName
{
color: #48538F;
}
</style>
background-color css
<style>
a { background-color: #48538F; }
a { background-color: rgb(72,83,143); }
div.DivClassName
{
background-color: #48538F;
}
.BgClassName
{
background-color: #48538F;
}
</style>
border-color css
<style>
span { border-color: #48538F; }
span { border-color: rgb(72,83,143); }
td.TdClassName
{
border-color: #48538F;
}
.TagClassName
{
border-color: #48538F;
}
</style>