Shades of Governor Bay #46559A
Tints of Governor Bay #46559A
RGB
CMYK
RGB Variations
Color information
#46559A (or 0x46559A) is known color: Governor Bay. HEX triplet: 46, 55 and 9A. RGB value is (70,85,154). Sum of RGB (Red+Green+Blue) = 70+85+154=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #46559A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46559A is #B9AA65. Grayscale: #585858. Windows color (decimal): -12167782 or 10114374. OLE color: 10114374.
HSL color Cylindrical-coordinate representation of color #46559A: hue angle of 229.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46559A is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 85 | 154 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.40 |
| HSL | 229.29º | 0.38% | 0.44% | - |
| HSV(B) | 229.29º | 0.55% | 0.6% | - |
| XYZ | 11.61 | 10.13 | 31.92 | - |
| YUV | 88.38 | 165.03 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 85 | 154 | 0.55 | 0.45 | 0 | 0.40 | 229.29 | 0.38 | 0.44 |
| Hex | 46 | 55 | 9A | 37 | 2D | 0 | 28 | E5 | 26 | 2C |
| Octal | 106 | 125 | 232 | 67 | 55 | 0 | 50 | 345 | 46 | 54 |
| Binary | 1000110 | 1010101 | 10011010 | 110111 | 101101 | 0 | 101000 | 11100101 | 100110 | 101100 |
Color Harmonies of #46559A
Complementary color
Monochromatic Colors of #46559A
Black with #46559A
Text Example
Text Example
White with #46559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46559A; }
p { color: rgb(70,85,154); }
H1.HeaderClassName
{
color: #46559A;
}
.AnyTagClassName
{
color: #46559A;
}
</style>
background-color css
<style>
a { background-color: #46559A; }
a { background-color: rgb(70,85,154); }
div.DivClassName
{
background-color: #46559A;
}
.BgClassName
{
background-color: #46559A;
}
</style>
border-color css
<style>
span { border-color: #46559A; }
span { border-color: rgb(70,85,154); }
td.TdClassName
{
border-color: #46559A;
}
.TagClassName
{
border-color: #46559A;
}
</style>