Shades of Mariner #4266A7
Tints of Mariner #4266A7
RGB
CMYK
RGB Variations
Color information
#4266A7 (or 0x4266A7) is known color: Mariner. HEX triplet: 42, 66 and A7. RGB value is (66,102,167). Sum of RGB (Red+Green+Blue) = 66+102+167=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 167 (65.62% from 255 or 49.85% from 335); Max value from RGB is 167 - color contains mainly: blue. Hex color #4266A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4266A7 is #BD9958. Grayscale: #626262. Windows color (decimal): -12425561 or 10970690. OLE color: 10970690.
HSL color Cylindrical-coordinate representation of color #4266A7: hue angle of 218.61º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4266A7 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 66 | 102 | 167 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.35 |
| HSL | 218.61º | 0.43% | 0.46% | - |
| HSV(B) | 218.61º | 0.6% | 0.65% | - |
| XYZ | 13.97 | 13.45 | 38.42 | - |
| YUV | 98.65 | 166.57 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 102 | 167 | 0.60 | 0.39 | 0 | 0.35 | 218.61 | 0.43 | 0.46 |
| Hex | 42 | 66 | A7 | 3C | 27 | 0 | 23 | DB | 2B | 2E |
| Octal | 102 | 146 | 247 | 74 | 47 | 0 | 43 | 333 | 53 | 56 |
| Binary | 1000010 | 1100110 | 10100111 | 111100 | 100111 | 0 | 100011 | 11011011 | 101011 | 101110 |
Color Harmonies of #4266A7
Complementary color
Monochromatic Colors of #4266A7
Black with #4266A7
Text Example
Text Example
White with #4266A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4266A7; }
p { color: rgb(66,102,167); }
H1.HeaderClassName
{
color: #4266A7;
}
.AnyTagClassName
{
color: #4266A7;
}
</style>
background-color css
<style>
a { background-color: #4266A7; }
a { background-color: rgb(66,102,167); }
div.DivClassName
{
background-color: #4266A7;
}
.BgClassName
{
background-color: #4266A7;
}
</style>
border-color css
<style>
span { border-color: #4266A7; }
span { border-color: rgb(66,102,167); }
td.TdClassName
{
border-color: #4266A7;
}
.TagClassName
{
border-color: #4266A7;
}
</style>