Shades of Mariner #4259AC
Tints of Mariner #4259AC
RGB
CMYK
RGB Variations
Color information
#4259AC (or 0x4259AC) is known color: Mariner. HEX triplet: 42, 59 and AC. RGB value is (66,89,172). Sum of RGB (Red+Green+Blue) = 66+89+172=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #4259AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4259AC is #BDA653. Grayscale: #5B5B5B. Windows color (decimal): -12428884 or 11295042. OLE color: 11295042.
HSL color Cylindrical-coordinate representation of color #4259AC: hue angle of 226.98º 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 #4259AC is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 89 | 172 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.33 |
| HSL | 226.98º | 0.45% | 0.47% | - |
| HSV(B) | 226.98º | 0.62% | 0.67% | - |
| XYZ | 13.27 | 11.28 | 40.51 | - |
| YUV | 91.59 | 173.38 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 172 | 0.62 | 0.48 | 0 | 0.33 | 226.98 | 0.45 | 0.47 |
| Hex | 42 | 59 | AC | 3E | 30 | 0 | 21 | E3 | 2D | 2F |
| Octal | 102 | 131 | 254 | 76 | 60 | 0 | 41 | 343 | 55 | 57 |
| Binary | 1000010 | 1011001 | 10101100 | 111110 | 110000 | 0 | 100001 | 11100011 | 101101 | 101111 |
Color Harmonies of #4259AC
Complementary color
Monochromatic Colors of #4259AC
Black with #4259AC
Text Example
Text Example
White with #4259AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4259AC; }
p { color: rgb(66,89,172); }
H1.HeaderClassName
{
color: #4259AC;
}
.AnyTagClassName
{
color: #4259AC;
}
</style>
background-color css
<style>
a { background-color: #4259AC; }
a { background-color: rgb(66,89,172); }
div.DivClassName
{
background-color: #4259AC;
}
.BgClassName
{
background-color: #4259AC;
}
</style>
border-color css
<style>
span { border-color: #4259AC; }
span { border-color: rgb(66,89,172); }
td.TdClassName
{
border-color: #4259AC;
}
.TagClassName
{
border-color: #4259AC;
}
</style>