Shades of Governor Bay #46579C
Tints of Governor Bay #46579C
RGB
CMYK
RGB Variations
Color information
#46579C (or 0x46579C) is known color: Governor Bay. HEX triplet: 46, 57 and 9C. RGB value is (70,87,156). Sum of RGB (Red+Green+Blue) = 70+87+156=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #46579C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46579C is #B9A863. Grayscale: #595959. Windows color (decimal): -12167268 or 10245958. OLE color: 10245958.
HSL color Cylindrical-coordinate representation of color #46579C: hue angle of 228.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46579C is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 87 | 156 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.39 |
| HSL | 228.14º | 0.38% | 0.44% | - |
| HSV(B) | 228.14º | 0.55% | 0.61% | - |
| XYZ | 11.93 | 10.52 | 32.85 | - |
| YUV | 89.78 | 165.37 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 87 | 156 | 0.55 | 0.44 | 0 | 0.39 | 228.14 | 0.38 | 0.44 |
| Hex | 46 | 57 | 9C | 37 | 2C | 0 | 27 | E4 | 26 | 2C |
| Octal | 106 | 127 | 234 | 67 | 54 | 0 | 47 | 344 | 46 | 54 |
| Binary | 1000110 | 1010111 | 10011100 | 110111 | 101100 | 0 | 100111 | 11100100 | 100110 | 101100 |
Color Harmonies of #46579C
Complementary color
Monochromatic Colors of #46579C
Black with #46579C
Text Example
Text Example
White with #46579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46579C; }
p { color: rgb(70,87,156); }
H1.HeaderClassName
{
color: #46579C;
}
.AnyTagClassName
{
color: #46579C;
}
</style>
background-color css
<style>
a { background-color: #46579C; }
a { background-color: rgb(70,87,156); }
div.DivClassName
{
background-color: #46579C;
}
.BgClassName
{
background-color: #46579C;
}
</style>
border-color css
<style>
span { border-color: #46579C; }
span { border-color: rgb(70,87,156); }
td.TdClassName
{
border-color: #46579C;
}
.TagClassName
{
border-color: #46579C;
}
</style>