Shades of Governor Bay #48518A
Tints of Governor Bay #48518A
RGB
CMYK
RGB Variations
Color information
#48518A (or 0x48518A) is known color: Governor Bay. HEX triplet: 48, 51 and 8A. RGB value is (72,81,138). Sum of RGB (Red+Green+Blue) = 72+81+138=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #48518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #48518A is #B7AE75. Grayscale: #545454. Windows color (decimal): -12037750 or 9064776. OLE color: 9064776.
HSL color Cylindrical-coordinate representation of color #48518A: hue angle of 231.82º 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 #48518A is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 72 | 81 | 138 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.46 |
| HSL | 231.82º | 0.31% | 0.41% | - |
| HSV(B) | 231.82º | 0.48% | 0.54% | - |
| XYZ | 10.2 | 9.1 | 25.26 | - |
| YUV | 84.81 | 158.02 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 138 | 0.48 | 0.41 | 0 | 0.46 | 231.82 | 0.31 | 0.41 |
| Hex | 48 | 51 | 8A | 30 | 29 | 0 | 2E | E8 | 1F | 29 |
| Octal | 110 | 121 | 212 | 60 | 51 | 0 | 56 | 350 | 37 | 51 |
| Binary | 1001000 | 1010001 | 10001010 | 110000 | 101001 | 0 | 101110 | 11101000 | 11111 | 101001 |
Color Harmonies of #48518A
Complementary color
Monochromatic Colors of #48518A
Black with #48518A
Text Example
Text Example
White with #48518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48518A; }
p { color: rgb(72,81,138); }
H1.HeaderClassName
{
color: #48518A;
}
.AnyTagClassName
{
color: #48518A;
}
</style>
background-color css
<style>
a { background-color: #48518A; }
a { background-color: rgb(72,81,138); }
div.DivClassName
{
background-color: #48518A;
}
.BgClassName
{
background-color: #48518A;
}
</style>
border-color css
<style>
span { border-color: #48518A; }
span { border-color: rgb(72,81,138); }
td.TdClassName
{
border-color: #48518A;
}
.TagClassName
{
border-color: #48518A;
}
</style>