Shades of Mariner #4C64A2
Tints of Mariner #4C64A2
RGB
CMYK
RGB Variations
Color information
#4C64A2 (or 0x4C64A2) is known color: Mariner. HEX triplet: 4C, 64 and A2. RGB value is (76,100,162). Sum of RGB (Red+Green+Blue) = 76+100+162=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 162 (63.67% from 255 or 47.93% from 338); Max value from RGB is 162 - color contains mainly: blue. Hex color #4C64A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C64A2 is #B39B5D. Grayscale: #636363. Windows color (decimal): -11770718 or 10642508. OLE color: 10642508.
HSL color Cylindrical-coordinate representation of color #4C64A2: hue angle of 223.26º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C64A2 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 100 | 162 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.36 |
| HSL | 223.26º | 0.36% | 0.47% | - |
| HSV(B) | 223.26º | 0.53% | 0.64% | - |
| XYZ | 14.06 | 13.26 | 36 | - |
| YUV | 99.89 | 163.05 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 100 | 162 | 0.53 | 0.38 | 0 | 0.36 | 223.26 | 0.36 | 0.47 |
| Hex | 4C | 64 | A2 | 35 | 26 | 0 | 24 | DF | 24 | 2F |
| Octal | 114 | 144 | 242 | 65 | 46 | 0 | 44 | 337 | 44 | 57 |
| Binary | 1001100 | 1100100 | 10100010 | 110101 | 100110 | 0 | 100100 | 11011111 | 100100 | 101111 |
Color Harmonies of #4C64A2
Complementary color
Monochromatic Colors of #4C64A2
Black with #4C64A2
Text Example
Text Example
White with #4C64A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C64A2; }
p { color: rgb(76,100,162); }
H1.HeaderClassName
{
color: #4C64A2;
}
.AnyTagClassName
{
color: #4C64A2;
}
</style>
background-color css
<style>
a { background-color: #4C64A2; }
a { background-color: rgb(76,100,162); }
div.DivClassName
{
background-color: #4C64A2;
}
.BgClassName
{
background-color: #4C64A2;
}
</style>
border-color css
<style>
span { border-color: #4C64A2; }
span { border-color: rgb(76,100,162); }
td.TdClassName
{
border-color: #4C64A2;
}
.TagClassName
{
border-color: #4C64A2;
}
</style>