Shades of Governor Bay #46549A
Tints of Governor Bay #46549A
RGB
CMYK
RGB Variations
Color information
#46549A (or 0x46549A) is known color: Governor Bay. HEX triplet: 46, 54 and 9A. RGB value is (70,84,154). Sum of RGB (Red+Green+Blue) = 70+84+154=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #46549A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46549A is #B9AB65. Grayscale: #575757. Windows color (decimal): -12168038 or 10114118. OLE color: 10114118.
HSL color Cylindrical-coordinate representation of color #46549A: hue angle of 230º 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 #46549A is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 84 | 154 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.40 |
| HSL | 230º | 0.38% | 0.44% | - |
| HSV(B) | 230º | 0.55% | 0.6% | - |
| XYZ | 11.53 | 9.98 | 31.89 | - |
| YUV | 87.79 | 165.36 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 84 | 154 | 0.55 | 0.45 | 0 | 0.40 | 230 | 0.38 | 0.44 |
| Hex | 46 | 54 | 9A | 37 | 2D | 0 | 28 | E6 | 26 | 2C |
| Octal | 106 | 124 | 232 | 67 | 55 | 0 | 50 | 346 | 46 | 54 |
| Binary | 1000110 | 1010100 | 10011010 | 110111 | 101101 | 0 | 101000 | 11100110 | 100110 | 101100 |
Color Harmonies of #46549A
Complementary color
Monochromatic Colors of #46549A
Black with #46549A
Text Example
Text Example
White with #46549A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46549A; }
p { color: rgb(70,84,154); }
H1.HeaderClassName
{
color: #46549A;
}
.AnyTagClassName
{
color: #46549A;
}
</style>
background-color css
<style>
a { background-color: #46549A; }
a { background-color: rgb(70,84,154); }
div.DivClassName
{
background-color: #46549A;
}
.BgClassName
{
background-color: #46549A;
}
</style>
border-color css
<style>
span { border-color: #46549A; }
span { border-color: rgb(70,84,154); }
td.TdClassName
{
border-color: #46549A;
}
.TagClassName
{
border-color: #46549A;
}
</style>