Shades of Governor Bay #46539C
Tints of Governor Bay #46539C
RGB
CMYK
RGB Variations
Color information
#46539C (or 0x46539C) is known color: Governor Bay. HEX triplet: 46, 53 and 9C. RGB value is (70,83,156). Sum of RGB (Red+Green+Blue) = 70+83+156=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #46539C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46539C is #B9AC63. Grayscale: #575757. Windows color (decimal): -12168292 or 10244934. OLE color: 10244934.
HSL color Cylindrical-coordinate representation of color #46539C: hue angle of 230.93º 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 #46539C is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 83 | 156 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.39 |
| HSL | 230.93º | 0.38% | 0.44% | - |
| HSV(B) | 230.93º | 0.55% | 0.61% | - |
| XYZ | 11.62 | 9.89 | 32.75 | - |
| YUV | 87.44 | 166.69 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 156 | 0.55 | 0.47 | 0 | 0.39 | 230.93 | 0.38 | 0.44 |
| Hex | 46 | 53 | 9C | 37 | 2F | 0 | 27 | E7 | 26 | 2C |
| Octal | 106 | 123 | 234 | 67 | 57 | 0 | 47 | 347 | 46 | 54 |
| Binary | 1000110 | 1010011 | 10011100 | 110111 | 101111 | 0 | 100111 | 11100111 | 100110 | 101100 |
Color Harmonies of #46539C
Complementary color
Monochromatic Colors of #46539C
Black with #46539C
Text Example
Text Example
White with #46539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46539C; }
p { color: rgb(70,83,156); }
H1.HeaderClassName
{
color: #46539C;
}
.AnyTagClassName
{
color: #46539C;
}
</style>
background-color css
<style>
a { background-color: #46539C; }
a { background-color: rgb(70,83,156); }
div.DivClassName
{
background-color: #46539C;
}
.BgClassName
{
background-color: #46539C;
}
</style>
border-color css
<style>
span { border-color: #46539C; }
span { border-color: rgb(70,83,156); }
td.TdClassName
{
border-color: #46539C;
}
.TagClassName
{
border-color: #46539C;
}
</style>