Shades of Mariner #4267A9
Tints of Mariner #4267A9
RGB
CMYK
RGB Variations
Color information
#4267A9 (or 0x4267A9) is known color: Mariner. HEX triplet: 42, 67 and A9. RGB value is (66,103,169). Sum of RGB (Red+Green+Blue) = 66+103+169=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 169 (66.41% from 255 or 50% from 338); Max value from RGB is 169 - color contains mainly: blue. Hex color #4267A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4267A9 is #BD9856. Grayscale: #636363. Windows color (decimal): -12425303 or 11102018. OLE color: 11102018.
HSL color Cylindrical-coordinate representation of color #4267A9: hue angle of 218.45º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4267A9 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 103 | 169 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.34 |
| HSL | 218.45º | 0.44% | 0.46% | - |
| HSV(B) | 218.45º | 0.61% | 0.66% | - |
| XYZ | 14.26 | 13.72 | 39.43 | - |
| YUV | 99.46 | 167.24 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 103 | 169 | 0.61 | 0.39 | 0 | 0.34 | 218.45 | 0.44 | 0.46 |
| Hex | 42 | 67 | A9 | 3D | 27 | 0 | 22 | DA | 2C | 2E |
| Octal | 102 | 147 | 251 | 75 | 47 | 0 | 42 | 332 | 54 | 56 |
| Binary | 1000010 | 1100111 | 10101001 | 111101 | 100111 | 0 | 100010 | 11011010 | 101100 | 101110 |
Color Harmonies of #4267A9
Complementary color
Monochromatic Colors of #4267A9
Black with #4267A9
Text Example
Text Example
White with #4267A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4267A9; }
p { color: rgb(66,103,169); }
H1.HeaderClassName
{
color: #4267A9;
}
.AnyTagClassName
{
color: #4267A9;
}
</style>
background-color css
<style>
a { background-color: #4267A9; }
a { background-color: rgb(66,103,169); }
div.DivClassName
{
background-color: #4267A9;
}
.BgClassName
{
background-color: #4267A9;
}
</style>
border-color css
<style>
span { border-color: #4267A9; }
span { border-color: rgb(66,103,169); }
td.TdClassName
{
border-color: #4267A9;
}
.TagClassName
{
border-color: #4267A9;
}
</style>