Shades of Governor Bay #4645AD
Tints of Governor Bay #4645AD
RGB
CMYK
RGB Variations
Color information
#4645AD (or 0x4645AD) is known color: Governor Bay. HEX triplet: 46, 45 and AD. RGB value is (70,69,173). Sum of RGB (Red+Green+Blue) = 70+69+173=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #4645AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4645AD is #B9BA52. Grayscale: #505050. Windows color (decimal): -12171859 or 11355462. OLE color: 11355462.
HSL color Cylindrical-coordinate representation of color #4645AD: hue angle of 240.58º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4645AD is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 69 | 173 | - |
| CMYK | 0.60 | 0.60 | 0 | 0.32 |
| HSL | 240.58º | 0.43% | 0.47% | - |
| HSV(B) | 240.58º | 0.6% | 0.68% | - |
| XYZ | 12.2 | 8.58 | 40.55 | - |
| YUV | 81.16 | 179.83 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 69 | 173 | 0.60 | 0.60 | 0 | 0.32 | 240.58 | 0.43 | 0.47 |
| Hex | 46 | 45 | AD | 3C | 3C | 0 | 20 | F1 | 2B | 2F |
| Octal | 106 | 105 | 255 | 74 | 74 | 0 | 40 | 361 | 53 | 57 |
| Binary | 1000110 | 1000101 | 10101101 | 111100 | 111100 | 0 | 100000 | 11110001 | 101011 | 101111 |
Color Harmonies of #4645AD
Complementary color
Monochromatic Colors of #4645AD
Black with #4645AD
Text Example
Text Example
White with #4645AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4645AD; }
p { color: rgb(70,69,173); }
H1.HeaderClassName
{
color: #4645AD;
}
.AnyTagClassName
{
color: #4645AD;
}
</style>
background-color css
<style>
a { background-color: #4645AD; }
a { background-color: rgb(70,69,173); }
div.DivClassName
{
background-color: #4645AD;
}
.BgClassName
{
background-color: #4645AD;
}
</style>
border-color css
<style>
span { border-color: #4645AD; }
span { border-color: rgb(70,69,173); }
td.TdClassName
{
border-color: #4645AD;
}
.TagClassName
{
border-color: #4645AD;
}
</style>