Shades of Governor Bay #4644A9
Tints of Governor Bay #4644A9
RGB
CMYK
RGB Variations
Color information
#4644A9 (or 0x4644A9) is known color: Governor Bay. HEX triplet: 46, 44 and A9. RGB value is (70,68,169). Sum of RGB (Red+Green+Blue) = 70+68+169=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 169 (66.41% from 255 or 55.05% from 307); Max value from RGB is 169 - color contains mainly: blue. Hex color #4644A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4644A9 is #B9BB56. Grayscale: #4F4F4F. Windows color (decimal): -12172119 or 11093062. OLE color: 11093062.
HSL color Cylindrical-coordinate representation of color #4644A9: hue angle of 241.19º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4644A9 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 68 | 169 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.34 |
| HSL | 241.19º | 0.43% | 0.46% | - |
| HSV(B) | 241.19º | 0.6% | 0.66% | - |
| XYZ | 11.75 | 8.3 | 38.52 | - |
| YUV | 80.11 | 178.16 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 169 | 0.59 | 0.60 | 0 | 0.34 | 241.19 | 0.43 | 0.46 |
| Hex | 46 | 44 | A9 | 3B | 3C | 0 | 22 | F1 | 2B | 2E |
| Octal | 106 | 104 | 251 | 73 | 74 | 0 | 42 | 361 | 53 | 56 |
| Binary | 1000110 | 1000100 | 10101001 | 111011 | 111100 | 0 | 100010 | 11110001 | 101011 | 101110 |
Color Harmonies of #4644A9
Complementary color
Monochromatic Colors of #4644A9
Black with #4644A9
Text Example
Text Example
White with #4644A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4644A9; }
p { color: rgb(70,68,169); }
H1.HeaderClassName
{
color: #4644A9;
}
.AnyTagClassName
{
color: #4644A9;
}
</style>
background-color css
<style>
a { background-color: #4644A9; }
a { background-color: rgb(70,68,169); }
div.DivClassName
{
background-color: #4644A9;
}
.BgClassName
{
background-color: #4644A9;
}
</style>
border-color css
<style>
span { border-color: #4644A9; }
span { border-color: rgb(70,68,169); }
td.TdClassName
{
border-color: #4644A9;
}
.TagClassName
{
border-color: #4644A9;
}
</style>