Shades of Mariner #4260AC
Tints of Mariner #4260AC
RGB
CMYK
RGB Variations
Color information
#4260AC (or 0x4260AC) is known color: Mariner. HEX triplet: 42, 60 and AC. RGB value is (66,96,172). Sum of RGB (Red+Green+Blue) = 66+96+172=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #4260AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4260AC is #BD9F53. Grayscale: #5F5F5F. Windows color (decimal): -12427092 or 11296834. OLE color: 11296834.
HSL color Cylindrical-coordinate representation of color #4260AC: hue angle of 223.02º 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 #4260AC is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 96 | 172 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.33 |
| HSL | 223.02º | 0.45% | 0.47% | - |
| HSV(B) | 223.02º | 0.62% | 0.67% | - |
| XYZ | 13.88 | 12.5 | 40.71 | - |
| YUV | 95.69 | 171.06 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 96 | 172 | 0.62 | 0.44 | 0 | 0.33 | 223.02 | 0.45 | 0.47 |
| Hex | 42 | 60 | AC | 3E | 2C | 0 | 21 | DF | 2D | 2F |
| Octal | 102 | 140 | 254 | 76 | 54 | 0 | 41 | 337 | 55 | 57 |
| Binary | 1000010 | 1100000 | 10101100 | 111110 | 101100 | 0 | 100001 | 11011111 | 101101 | 101111 |
Color Harmonies of #4260AC
Complementary color
Monochromatic Colors of #4260AC
Black with #4260AC
Text Example
Text Example
White with #4260AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4260AC; }
p { color: rgb(66,96,172); }
H1.HeaderClassName
{
color: #4260AC;
}
.AnyTagClassName
{
color: #4260AC;
}
</style>
background-color css
<style>
a { background-color: #4260AC; }
a { background-color: rgb(66,96,172); }
div.DivClassName
{
background-color: #4260AC;
}
.BgClassName
{
background-color: #4260AC;
}
</style>
border-color css
<style>
span { border-color: #4260AC; }
span { border-color: rgb(66,96,172); }
td.TdClassName
{
border-color: #4260AC;
}
.TagClassName
{
border-color: #4260AC;
}
</style>