Shades of Governor Bay #4651AB
Tints of Governor Bay #4651AB
RGB
CMYK
RGB Variations
Color information
#4651AB (or 0x4651AB) is known color: Governor Bay. HEX triplet: 46, 51 and AB. RGB value is (70,81,171). Sum of RGB (Red+Green+Blue) = 70+81+171=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #4651AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4651AB is #B9AE54. Grayscale: #575757. Windows color (decimal): -12168789 or 11227462. OLE color: 11227462.
HSL color Cylindrical-coordinate representation of color #4651AB: hue angle of 233.47º 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 #4651AB is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 81 | 171 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.33 |
| HSL | 233.47º | 0.42% | 0.47% | - |
| HSV(B) | 233.47º | 0.59% | 0.67% | - |
| XYZ | 12.82 | 10.13 | 39.81 | - |
| YUV | 87.97 | 174.86 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 81 | 171 | 0.59 | 0.53 | 0 | 0.33 | 233.47 | 0.42 | 0.47 |
| Hex | 46 | 51 | AB | 3B | 35 | 0 | 21 | E9 | 2A | 2F |
| Octal | 106 | 121 | 253 | 73 | 65 | 0 | 41 | 351 | 52 | 57 |
| Binary | 1000110 | 1010001 | 10101011 | 111011 | 110101 | 0 | 100001 | 11101001 | 101010 | 101111 |
Color Harmonies of #4651AB
Complementary color
Monochromatic Colors of #4651AB
Black with #4651AB
Text Example
Text Example
White with #4651AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4651AB; }
p { color: rgb(70,81,171); }
H1.HeaderClassName
{
color: #4651AB;
}
.AnyTagClassName
{
color: #4651AB;
}
</style>
background-color css
<style>
a { background-color: #4651AB; }
a { background-color: rgb(70,81,171); }
div.DivClassName
{
background-color: #4651AB;
}
.BgClassName
{
background-color: #4651AB;
}
</style>
border-color css
<style>
span { border-color: #4651AB; }
span { border-color: rgb(70,81,171); }
td.TdClassName
{
border-color: #4651AB;
}
.TagClassName
{
border-color: #4651AB;
}
</style>