Shades of Governor Bay #4646A3
Tints of Governor Bay #4646A3
RGB
CMYK
RGB Variations
Color information
#4646A3 (or 0x4646A3) is known color: Governor Bay. HEX triplet: 46, 46 and A3. RGB value is (70,70,163). Sum of RGB (Red+Green+Blue) = 70+70+163=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 163 (64.06% from 255 or 53.80% from 303); Max value from RGB is 163 - color contains mainly: blue. Hex color #4646A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4646A3 is #B9B95C. Grayscale: #505050. Windows color (decimal): -12171613 or 10700358. OLE color: 10700358.
HSL color Cylindrical-coordinate representation of color #4646A3: hue angle of 240º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4646A3 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 70 | 163 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.36 |
| HSL | 240º | 0.4% | 0.46% | - |
| HSV(B) | 240º | 0.57% | 0.64% | - |
| XYZ | 11.33 | 8.33 | 35.66 | - |
| YUV | 80.6 | 174.5 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 70 | 163 | 0.57 | 0.57 | 0 | 0.36 | 240 | 0.4 | 0.46 |
| Hex | 46 | 46 | A3 | 39 | 39 | 0 | 24 | F0 | 28 | 2E |
| Octal | 106 | 106 | 243 | 71 | 71 | 0 | 44 | 360 | 50 | 56 |
| Binary | 1000110 | 1000110 | 10100011 | 111001 | 111001 | 0 | 100100 | 11110000 | 101000 | 101110 |
Color Harmonies of #4646A3
Complementary color
Monochromatic Colors of #4646A3
Black with #4646A3
Text Example
Text Example
White with #4646A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4646A3; }
p { color: rgb(70,70,163); }
H1.HeaderClassName
{
color: #4646A3;
}
.AnyTagClassName
{
color: #4646A3;
}
</style>
background-color css
<style>
a { background-color: #4646A3; }
a { background-color: rgb(70,70,163); }
div.DivClassName
{
background-color: #4646A3;
}
.BgClassName
{
background-color: #4646A3;
}
</style>
border-color css
<style>
span { border-color: #4646A3; }
span { border-color: rgb(70,70,163); }
td.TdClassName
{
border-color: #4646A3;
}
.TagClassName
{
border-color: #4646A3;
}
</style>