Shades of Governor Bay #485191
Tints of Governor Bay #485191
RGB
CMYK
RGB Variations
Color information
#485191 (or 0x485191) is known color: Governor Bay. HEX triplet: 48, 51 and 91. RGB value is (72,81,145). Sum of RGB (Red+Green+Blue) = 72+81+145=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #485191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485191 is #B7AE6E. Grayscale: #555555. Windows color (decimal): -12037743 or 9523528. OLE color: 9523528.
HSL color Cylindrical-coordinate representation of color #485191: hue angle of 232.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #485191 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 72 | 81 | 145 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.43 |
| HSL | 232.6º | 0.34% | 0.43% | - |
| HSV(B) | 232.6º | 0.5% | 0.57% | - |
| XYZ | 10.73 | 9.31 | 28.02 | - |
| YUV | 85.61 | 161.52 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 145 | 0.50 | 0.44 | 0 | 0.43 | 232.6 | 0.34 | 0.43 |
| Hex | 48 | 51 | 91 | 32 | 2C | 0 | 2B | E9 | 22 | 2B |
| Octal | 110 | 121 | 221 | 62 | 54 | 0 | 53 | 351 | 42 | 53 |
| Binary | 1001000 | 1010001 | 10010001 | 110010 | 101100 | 0 | 101011 | 11101001 | 100010 | 101011 |
Color Harmonies of #485191
Complementary color
Monochromatic Colors of #485191
Black with #485191
Text Example
Text Example
White with #485191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485191; }
p { color: rgb(72,81,145); }
H1.HeaderClassName
{
color: #485191;
}
.AnyTagClassName
{
color: #485191;
}
</style>
background-color css
<style>
a { background-color: #485191; }
a { background-color: rgb(72,81,145); }
div.DivClassName
{
background-color: #485191;
}
.BgClassName
{
background-color: #485191;
}
</style>
border-color css
<style>
span { border-color: #485191; }
span { border-color: rgb(72,81,145); }
td.TdClassName
{
border-color: #485191;
}
.TagClassName
{
border-color: #485191;
}
</style>