Shades of Mariner #4256A4
Tints of Mariner #4256A4
RGB
CMYK
RGB Variations
Color information
#4256A4 (or 0x4256A4) is known color: Mariner. HEX triplet: 42, 56 and A4. RGB value is (66,86,164). Sum of RGB (Red+Green+Blue) = 66+86+164=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 164 (64.45% from 255 or 51.90% from 316); Max value from RGB is 164 - color contains mainly: blue. Hex color #4256A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4256A4 is #BDA95B. Grayscale: #585858. Windows color (decimal): -12429660 or 10769986. OLE color: 10769986.
HSL color Cylindrical-coordinate representation of color #4256A4: hue angle of 227.76º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4256A4 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 86 | 164 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.36 |
| HSL | 227.76º | 0.43% | 0.45% | - |
| HSV(B) | 227.76º | 0.6% | 0.64% | - |
| XYZ | 12.28 | 10.49 | 36.5 | - |
| YUV | 88.91 | 170.37 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 164 | 0.60 | 0.48 | 0 | 0.36 | 227.76 | 0.43 | 0.45 |
| Hex | 42 | 56 | A4 | 3C | 30 | 0 | 24 | E4 | 2B | 2D |
| Octal | 102 | 126 | 244 | 74 | 60 | 0 | 44 | 344 | 53 | 55 |
| Binary | 1000010 | 1010110 | 10100100 | 111100 | 110000 | 0 | 100100 | 11100100 | 101011 | 101101 |
Color Harmonies of #4256A4
Complementary color
Monochromatic Colors of #4256A4
Black with #4256A4
Text Example
Text Example
White with #4256A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4256A4; }
p { color: rgb(66,86,164); }
H1.HeaderClassName
{
color: #4256A4;
}
.AnyTagClassName
{
color: #4256A4;
}
</style>
background-color css
<style>
a { background-color: #4256A4; }
a { background-color: rgb(66,86,164); }
div.DivClassName
{
background-color: #4256A4;
}
.BgClassName
{
background-color: #4256A4;
}
</style>
border-color css
<style>
span { border-color: #4256A4; }
span { border-color: rgb(66,86,164); }
td.TdClassName
{
border-color: #4256A4;
}
.TagClassName
{
border-color: #4256A4;
}
</style>