Shades of Governor Bay #46509D
Tints of Governor Bay #46509D
RGB
CMYK
RGB Variations
Color information
#46509D (or 0x46509D) is known color: Governor Bay. HEX triplet: 46, 50 and 9D. RGB value is (70,80,157). Sum of RGB (Red+Green+Blue) = 70+80+157=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #46509D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46509D is #B9AF62. Grayscale: #555555. Windows color (decimal): -12169059 or 10309702. OLE color: 10309702.
HSL color Cylindrical-coordinate representation of color #46509D: hue angle of 233.1º 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 #46509D is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 80 | 157 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.38 |
| HSL | 233.1º | 0.38% | 0.45% | - |
| HSV(B) | 233.1º | 0.55% | 0.62% | - |
| XYZ | 11.48 | 9.47 | 33.12 | - |
| YUV | 85.79 | 168.19 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 157 | 0.55 | 0.49 | 0 | 0.38 | 233.1 | 0.38 | 0.45 |
| Hex | 46 | 50 | 9D | 37 | 31 | 0 | 26 | E9 | 26 | 2D |
| Octal | 106 | 120 | 235 | 67 | 61 | 0 | 46 | 351 | 46 | 55 |
| Binary | 1000110 | 1010000 | 10011101 | 110111 | 110001 | 0 | 100110 | 11101001 | 100110 | 101101 |
Color Harmonies of #46509D
Complementary color
Monochromatic Colors of #46509D
Black with #46509D
Text Example
Text Example
White with #46509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46509D; }
p { color: rgb(70,80,157); }
H1.HeaderClassName
{
color: #46509D;
}
.AnyTagClassName
{
color: #46509D;
}
</style>
background-color css
<style>
a { background-color: #46509D; }
a { background-color: rgb(70,80,157); }
div.DivClassName
{
background-color: #46509D;
}
.BgClassName
{
background-color: #46509D;
}
</style>
border-color css
<style>
span { border-color: #46509D; }
span { border-color: rgb(70,80,157); }
td.TdClassName
{
border-color: #46509D;
}
.TagClassName
{
border-color: #46509D;
}
</style>