Shades of Governor Bay #46518E
Tints of Governor Bay #46518E
RGB
CMYK
RGB Variations
Color information
#46518E (or 0x46518E) is known color: Governor Bay. HEX triplet: 46, 51 and 8E. RGB value is (70,81,142). Sum of RGB (Red+Green+Blue) = 70+81+142=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: blue. Hex color #46518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46518E is #B9AE71. Grayscale: #545454. Windows color (decimal): -12168818 or 9326918. OLE color: 9326918.
HSL color Cylindrical-coordinate representation of color #46518E: hue angle of 230.83º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46518E is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 81 | 142 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.44 |
| HSL | 230.83º | 0.34% | 0.42% | - |
| HSV(B) | 230.83º | 0.51% | 0.56% | - |
| XYZ | 10.35 | 9.14 | 26.81 | - |
| YUV | 84.67 | 160.36 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 142 | 0.51 | 0.43 | 0 | 0.44 | 230.83 | 0.34 | 0.42 |
| Hex | 46 | 51 | 8E | 33 | 2B | 0 | 2C | E7 | 22 | 2A |
| Octal | 106 | 121 | 216 | 63 | 53 | 0 | 54 | 347 | 42 | 52 |
| Binary | 1000110 | 1010001 | 10001110 | 110011 | 101011 | 0 | 101100 | 11100111 | 100010 | 101010 |
Color Harmonies of #46518E
Complementary color
Monochromatic Colors of #46518E
Black with #46518E
Text Example
Text Example
White with #46518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46518E; }
p { color: rgb(70,81,142); }
H1.HeaderClassName
{
color: #46518E;
}
.AnyTagClassName
{
color: #46518E;
}
</style>
background-color css
<style>
a { background-color: #46518E; }
a { background-color: rgb(70,81,142); }
div.DivClassName
{
background-color: #46518E;
}
.BgClassName
{
background-color: #46518E;
}
</style>
border-color css
<style>
span { border-color: #46518E; }
span { border-color: rgb(70,81,142); }
td.TdClassName
{
border-color: #46518E;
}
.TagClassName
{
border-color: #46518E;
}
</style>