Shades of Governor Bay #4655AB
Tints of Governor Bay #4655AB
RGB
CMYK
RGB Variations
Color information
#4655AB (or 0x4655AB) is known color: Governor Bay. HEX triplet: 46, 55 and AB. RGB value is (70,85,171). Sum of RGB (Red+Green+Blue) = 70+85+171=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #4655AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4655AB is #B9AA54. Grayscale: #595959. Windows color (decimal): -12167765 or 11228486. OLE color: 11228486.
HSL color Cylindrical-coordinate representation of color #4655AB: hue angle of 231.09º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4655AB is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 85 | 171 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.33 |
| HSL | 231.09º | 0.42% | 0.47% | - |
| HSV(B) | 231.09º | 0.59% | 0.67% | - |
| XYZ | 13.12 | 10.74 | 39.91 | - |
| YUV | 90.32 | 173.53 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 85 | 171 | 0.59 | 0.50 | 0 | 0.33 | 231.09 | 0.42 | 0.47 |
| Hex | 46 | 55 | AB | 3B | 32 | 0 | 21 | E7 | 2A | 2F |
| Octal | 106 | 125 | 253 | 73 | 62 | 0 | 41 | 347 | 52 | 57 |
| Binary | 1000110 | 1010101 | 10101011 | 111011 | 110010 | 0 | 100001 | 11100111 | 101010 | 101111 |
Color Harmonies of #4655AB
Complementary color
Monochromatic Colors of #4655AB
Black with #4655AB
Text Example
Text Example
White with #4655AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4655AB; }
p { color: rgb(70,85,171); }
H1.HeaderClassName
{
color: #4655AB;
}
.AnyTagClassName
{
color: #4655AB;
}
</style>
background-color css
<style>
a { background-color: #4655AB; }
a { background-color: rgb(70,85,171); }
div.DivClassName
{
background-color: #4655AB;
}
.BgClassName
{
background-color: #4655AB;
}
</style>
border-color css
<style>
span { border-color: #4655AB; }
span { border-color: rgb(70,85,171); }
td.TdClassName
{
border-color: #4655AB;
}
.TagClassName
{
border-color: #4655AB;
}
</style>