Shades of Governor Bay #4656A7
Tints of Governor Bay #4656A7
RGB
CMYK
RGB Variations
Color information
#4656A7 (or 0x4656A7) is known color: Governor Bay. HEX triplet: 46, 56 and A7. RGB value is (70,86,167). Sum of RGB (Red+Green+Blue) = 70+86+167=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 167 (65.62% from 255 or 51.70% from 323); Max value from RGB is 167 - color contains mainly: blue. Hex color #4656A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4656A7 is #B9A958. Grayscale: #5A5A5A. Windows color (decimal): -12167513 or 10966598. OLE color: 10966598.
HSL color Cylindrical-coordinate representation of color #4656A7: hue angle of 230.1º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4656A7 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 86 | 167 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.35 |
| HSL | 230.1º | 0.41% | 0.46% | - |
| HSV(B) | 230.1º | 0.58% | 0.65% | - |
| XYZ | 12.83 | 10.75 | 37.96 | - |
| YUV | 90.45 | 171.2 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 86 | 167 | 0.58 | 0.49 | 0 | 0.35 | 230.1 | 0.41 | 0.46 |
| Hex | 46 | 56 | A7 | 3A | 31 | 0 | 23 | E6 | 29 | 2E |
| Octal | 106 | 126 | 247 | 72 | 61 | 0 | 43 | 346 | 51 | 56 |
| Binary | 1000110 | 1010110 | 10100111 | 111010 | 110001 | 0 | 100011 | 11100110 | 101001 | 101110 |
Color Harmonies of #4656A7
Complementary color
Monochromatic Colors of #4656A7
Black with #4656A7
Text Example
Text Example
White with #4656A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4656A7; }
p { color: rgb(70,86,167); }
H1.HeaderClassName
{
color: #4656A7;
}
.AnyTagClassName
{
color: #4656A7;
}
</style>
background-color css
<style>
a { background-color: #4656A7; }
a { background-color: rgb(70,86,167); }
div.DivClassName
{
background-color: #4656A7;
}
.BgClassName
{
background-color: #4656A7;
}
</style>
border-color css
<style>
span { border-color: #4656A7; }
span { border-color: rgb(70,86,167); }
td.TdClassName
{
border-color: #4656A7;
}
.TagClassName
{
border-color: #4656A7;
}
</style>