Shades of Governor Bay #46479D
Tints of Governor Bay #46479D
RGB
CMYK
RGB Variations
Color information
#46479D (or 0x46479D) is known color: Governor Bay. HEX triplet: 46, 47 and 9D. RGB value is (70,71,157). Sum of RGB (Red+Green+Blue) = 70+71+157=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #46479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46479D is #B9B862. Grayscale: #505050. Windows color (decimal): -12171363 or 10307398. OLE color: 10307398.
HSL color Cylindrical-coordinate representation of color #46479D: hue angle of 239.31º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46479D is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 71 | 157 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.38 |
| HSL | 239.31º | 0.38% | 0.45% | - |
| HSV(B) | 239.31º | 0.55% | 0.62% | - |
| XYZ | 10.86 | 8.24 | 32.92 | - |
| YUV | 80.51 | 171.17 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 157 | 0.55 | 0.55 | 0 | 0.38 | 239.31 | 0.38 | 0.45 |
| Hex | 46 | 47 | 9D | 37 | 37 | 0 | 26 | EF | 26 | 2D |
| Octal | 106 | 107 | 235 | 67 | 67 | 0 | 46 | 357 | 46 | 55 |
| Binary | 1000110 | 1000111 | 10011101 | 110111 | 110111 | 0 | 100110 | 11101111 | 100110 | 101101 |
Color Harmonies of #46479D
Complementary color
Monochromatic Colors of #46479D
Black with #46479D
Text Example
Text Example
White with #46479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46479D; }
p { color: rgb(70,71,157); }
H1.HeaderClassName
{
color: #46479D;
}
.AnyTagClassName
{
color: #46479D;
}
</style>
background-color css
<style>
a { background-color: #46479D; }
a { background-color: rgb(70,71,157); }
div.DivClassName
{
background-color: #46479D;
}
.BgClassName
{
background-color: #46479D;
}
</style>
border-color css
<style>
span { border-color: #46479D; }
span { border-color: rgb(70,71,157); }
td.TdClassName
{
border-color: #46479D;
}
.TagClassName
{
border-color: #46479D;
}
</style>