Shades of Mariner #4269A1
Tints of Mariner #4269A1
RGB
CMYK
RGB Variations
Color information
#4269A1 (or 0x4269A1) is known color: Mariner. HEX triplet: 42, 69 and A1. RGB value is (66,105,161). Sum of RGB (Red+Green+Blue) = 66+105+161=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 161 (63.28% from 255 or 48.49% from 332); Max value from RGB is 161 - color contains mainly: blue. Hex color #4269A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4269A1 is #BD965E. Grayscale: #636363. Windows color (decimal): -12424799 or 10578242. OLE color: 10578242.
HSL color Cylindrical-coordinate representation of color #4269A1: hue angle of 215.37º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4269A1 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 105 | 161 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.37 |
| HSL | 215.37º | 0.42% | 0.45% | - |
| HSV(B) | 215.37º | 0.59% | 0.63% | - |
| XYZ | 13.73 | 13.83 | 35.66 | - |
| YUV | 99.72 | 162.58 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 105 | 161 | 0.59 | 0.35 | 0 | 0.37 | 215.37 | 0.42 | 0.45 |
| Hex | 42 | 69 | A1 | 3B | 23 | 0 | 25 | D7 | 2A | 2D |
| Octal | 102 | 151 | 241 | 73 | 43 | 0 | 45 | 327 | 52 | 55 |
| Binary | 1000010 | 1101001 | 10100001 | 111011 | 100011 | 0 | 100101 | 11010111 | 101010 | 101101 |
Color Harmonies of #4269A1
Complementary color
Monochromatic Colors of #4269A1
Black with #4269A1
Text Example
Text Example
White with #4269A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4269A1; }
p { color: rgb(66,105,161); }
H1.HeaderClassName
{
color: #4269A1;
}
.AnyTagClassName
{
color: #4269A1;
}
</style>
background-color css
<style>
a { background-color: #4269A1; }
a { background-color: rgb(66,105,161); }
div.DivClassName
{
background-color: #4269A1;
}
.BgClassName
{
background-color: #4269A1;
}
</style>
border-color css
<style>
span { border-color: #4269A1; }
span { border-color: rgb(66,105,161); }
td.TdClassName
{
border-color: #4269A1;
}
.TagClassName
{
border-color: #4269A1;
}
</style>