Shades of Governor Bay #4647AE
Tints of Governor Bay #4647AE
RGB
CMYK
RGB Variations
Color information
#4647AE (or 0x4647AE) is known color: Governor Bay. HEX triplet: 46, 47 and AE. RGB value is (70,71,174). Sum of RGB (Red+Green+Blue) = 70+71+174=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #4647AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4647AE is #B9B851. Grayscale: #525252. Windows color (decimal): -12171346 or 11421510. OLE color: 11421510.
HSL color Cylindrical-coordinate representation of color #4647AE: hue angle of 239.42º degrees, saturation: 0.43, 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 #4647AE is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 71 | 174 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.32 |
| HSL | 239.42º | 0.43% | 0.48% | - |
| HSV(B) | 239.42º | 0.6% | 0.68% | - |
| XYZ | 12.42 | 8.86 | 41.1 | - |
| YUV | 82.44 | 179.67 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 174 | 0.60 | 0.59 | 0 | 0.32 | 239.42 | 0.43 | 0.48 |
| Hex | 46 | 47 | AE | 3C | 3B | 0 | 20 | EF | 2B | 30 |
| Octal | 106 | 107 | 256 | 74 | 73 | 0 | 40 | 357 | 53 | 60 |
| Binary | 1000110 | 1000111 | 10101110 | 111100 | 111011 | 0 | 100000 | 11101111 | 101011 | 110000 |
Color Harmonies of #4647AE
Complementary color
Monochromatic Colors of #4647AE
Black with #4647AE
Text Example
Text Example
White with #4647AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4647AE; }
p { color: rgb(70,71,174); }
H1.HeaderClassName
{
color: #4647AE;
}
.AnyTagClassName
{
color: #4647AE;
}
</style>
background-color css
<style>
a { background-color: #4647AE; }
a { background-color: rgb(70,71,174); }
div.DivClassName
{
background-color: #4647AE;
}
.BgClassName
{
background-color: #4647AE;
}
</style>
border-color css
<style>
span { border-color: #4647AE; }
span { border-color: rgb(70,71,174); }
td.TdClassName
{
border-color: #4647AE;
}
.TagClassName
{
border-color: #4647AE;
}
</style>