Shades of Governor Bay #4650AD
Tints of Governor Bay #4650AD
RGB
CMYK
RGB Variations
Color information
#4650AD (or 0x4650AD) is known color: Governor Bay. HEX triplet: 46, 50 and AD. RGB value is (70,80,173). Sum of RGB (Red+Green+Blue) = 70+80+173=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #4650AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4650AD is #B9AF52. Grayscale: #575757. Windows color (decimal): -12169043 or 11358278. OLE color: 11358278.
HSL color Cylindrical-coordinate representation of color #4650AD: hue angle of 234.17º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4650AD is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 80 | 173 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.32 |
| HSL | 234.17º | 0.42% | 0.48% | - |
| HSV(B) | 234.17º | 0.6% | 0.68% | - |
| XYZ | 12.94 | 10.06 | 40.79 | - |
| YUV | 87.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 173 | 0.60 | 0.54 | 0 | 0.32 | 234.17 | 0.42 | 0.48 |
| Hex | 46 | 50 | AD | 3C | 36 | 0 | 20 | EA | 2A | 30 |
| Octal | 106 | 120 | 255 | 74 | 66 | 0 | 40 | 352 | 52 | 60 |
| Binary | 1000110 | 1010000 | 10101101 | 111100 | 110110 | 0 | 100000 | 11101010 | 101010 | 110000 |
Color Harmonies of #4650AD
Complementary color
Monochromatic Colors of #4650AD
Black with #4650AD
Text Example
Text Example
White with #4650AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4650AD; }
p { color: rgb(70,80,173); }
H1.HeaderClassName
{
color: #4650AD;
}
.AnyTagClassName
{
color: #4650AD;
}
</style>
background-color css
<style>
a { background-color: #4650AD; }
a { background-color: rgb(70,80,173); }
div.DivClassName
{
background-color: #4650AD;
}
.BgClassName
{
background-color: #4650AD;
}
</style>
border-color css
<style>
span { border-color: #4650AD; }
span { border-color: rgb(70,80,173); }
td.TdClassName
{
border-color: #4650AD;
}
.TagClassName
{
border-color: #4650AD;
}
</style>