Shades of Mariner #4C67AD
Tints of Mariner #4C67AD
RGB
CMYK
RGB Variations
Color information
#4C67AD (or 0x4C67AD) is known color: Mariner. HEX triplet: 4C, 67 and AD. RGB value is (76,103,173). Sum of RGB (Red+Green+Blue) = 76+103+173=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C67AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C67AD is #B39852. Grayscale: #666666. Windows color (decimal): -11769939 or 11364172. OLE color: 11364172.
HSL color Cylindrical-coordinate representation of color #4C67AD: hue angle of 223.3º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C67AD is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 103 | 173 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.32 |
| HSL | 223.3º | 0.39% | 0.49% | - |
| HSV(B) | 223.3º | 0.56% | 0.68% | - |
| XYZ | 15.37 | 14.25 | 41.48 | - |
| YUV | 102.91 | 167.55 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 103 | 173 | 0.56 | 0.40 | 0 | 0.32 | 223.3 | 0.39 | 0.49 |
| Hex | 4C | 67 | AD | 38 | 28 | 0 | 20 | DF | 27 | 31 |
| Octal | 114 | 147 | 255 | 70 | 50 | 0 | 40 | 337 | 47 | 61 |
| Binary | 1001100 | 1100111 | 10101101 | 111000 | 101000 | 0 | 100000 | 11011111 | 100111 | 110001 |
Color Harmonies of #4C67AD
Complementary color
Monochromatic Colors of #4C67AD
Black with #4C67AD
Text Example
Text Example
White with #4C67AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C67AD; }
p { color: rgb(76,103,173); }
H1.HeaderClassName
{
color: #4C67AD;
}
.AnyTagClassName
{
color: #4C67AD;
}
</style>
background-color css
<style>
a { background-color: #4C67AD; }
a { background-color: rgb(76,103,173); }
div.DivClassName
{
background-color: #4C67AD;
}
.BgClassName
{
background-color: #4C67AD;
}
</style>
border-color css
<style>
span { border-color: #4C67AD; }
span { border-color: rgb(76,103,173); }
td.TdClassName
{
border-color: #4C67AD;
}
.TagClassName
{
border-color: #4C67AD;
}
</style>