Shades of Governor Bay #4650AA
Tints of Governor Bay #4650AA
RGB
CMYK
RGB Variations
Color information
#4650AA (or 0x4650AA) is known color: Governor Bay. HEX triplet: 46, 50 and AA. RGB value is (70,80,170). Sum of RGB (Red+Green+Blue) = 70+80+170=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #4650AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4650AA is #B9AF55. Grayscale: #565656. Windows color (decimal): -12169046 or 11161670. OLE color: 11161670.
HSL color Cylindrical-coordinate representation of color #4650AA: hue angle of 234º 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 #4650AA is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 80 | 170 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.33 |
| HSL | 234º | 0.42% | 0.47% | - |
| HSV(B) | 234º | 0.59% | 0.67% | - |
| XYZ | 12.65 | 9.94 | 39.28 | - |
| YUV | 87.27 | 174.69 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 170 | 0.59 | 0.53 | 0 | 0.33 | 234 | 0.42 | 0.47 |
| Hex | 46 | 50 | AA | 3B | 35 | 0 | 21 | EA | 2A | 2F |
| Octal | 106 | 120 | 252 | 73 | 65 | 0 | 41 | 352 | 52 | 57 |
| Binary | 1000110 | 1010000 | 10101010 | 111011 | 110101 | 0 | 100001 | 11101010 | 101010 | 101111 |
Color Harmonies of #4650AA
Complementary color
Monochromatic Colors of #4650AA
Black with #4650AA
Text Example
Text Example
White with #4650AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4650AA; }
p { color: rgb(70,80,170); }
H1.HeaderClassName
{
color: #4650AA;
}
.AnyTagClassName
{
color: #4650AA;
}
</style>
background-color css
<style>
a { background-color: #4650AA; }
a { background-color: rgb(70,80,170); }
div.DivClassName
{
background-color: #4650AA;
}
.BgClassName
{
background-color: #4650AA;
}
</style>
border-color css
<style>
span { border-color: #4650AA; }
span { border-color: rgb(70,80,170); }
td.TdClassName
{
border-color: #4650AA;
}
.TagClassName
{
border-color: #4650AA;
}
</style>