Shades of Mariner #4256AC
Tints of Mariner #4256AC
RGB
CMYK
RGB Variations
Color information
#4256AC (or 0x4256AC) is known color: Mariner. HEX triplet: 42, 56 and AC. RGB value is (66,86,172). Sum of RGB (Red+Green+Blue) = 66+86+172=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #4256AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4256AC is #BDA953. Grayscale: #595959. Windows color (decimal): -12429652 or 11294274. OLE color: 11294274.
HSL color Cylindrical-coordinate representation of color #4256AC: hue angle of 228.68º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4256AC is Cyan = 0.62, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 86 | 172 | - |
| CMYK | 0.62 | 0.5 | 0 | 0.33 |
| HSL | 228.68º | 0.45% | 0.47% | - |
| HSV(B) | 228.68º | 0.62% | 0.67% | - |
| XYZ | 13.02 | 10.79 | 40.43 | - |
| YUV | 89.82 | 174.37 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 86 | 172 | 0.62 | 0.5 | 0 | 0.33 | 228.68 | 0.45 | 0.47 |
| Hex | 42 | 56 | AC | 3E | 32 | 0 | 21 | E5 | 2D | 2F |
| Octal | 102 | 126 | 254 | 76 | 62 | 0 | 41 | 345 | 55 | 57 |
| Binary | 1000010 | 1010110 | 10101100 | 111110 | 110010 | 0 | 100001 | 11100101 | 101101 | 101111 |
Color Harmonies of #4256AC
Complementary color
Monochromatic Colors of #4256AC
Black with #4256AC
Text Example
Text Example
White with #4256AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4256AC; }
p { color: rgb(66,86,172); }
H1.HeaderClassName
{
color: #4256AC;
}
.AnyTagClassName
{
color: #4256AC;
}
</style>
background-color css
<style>
a { background-color: #4256AC; }
a { background-color: rgb(66,86,172); }
div.DivClassName
{
background-color: #4256AC;
}
.BgClassName
{
background-color: #4256AC;
}
</style>
border-color css
<style>
span { border-color: #4256AC; }
span { border-color: rgb(66,86,172); }
td.TdClassName
{
border-color: #4256AC;
}
.TagClassName
{
border-color: #4256AC;
}
</style>