Shades of Mariner #4268AB
Tints of Mariner #4268AB
RGB
CMYK
RGB Variations
Color information
#4268AB (or 0x4268AB) is known color: Mariner. HEX triplet: 42, 68 and AB. RGB value is (66,104,171). Sum of RGB (Red+Green+Blue) = 66+104+171=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #4268AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4268AB is #BD9754. Grayscale: #636363. Windows color (decimal): -12425045 or 11233346. OLE color: 11233346.
HSL color Cylindrical-coordinate representation of color #4268AB: hue angle of 218.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4268AB is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 104 | 171 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.33 |
| HSL | 218.29º | 0.44% | 0.46% | - |
| HSV(B) | 218.29º | 0.61% | 0.67% | - |
| XYZ | 14.55 | 14 | 40.46 | - |
| YUV | 100.28 | 167.91 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 171 | 0.61 | 0.39 | 0 | 0.33 | 218.29 | 0.44 | 0.46 |
| Hex | 42 | 68 | AB | 3D | 27 | 0 | 21 | DA | 2C | 2E |
| Octal | 102 | 150 | 253 | 75 | 47 | 0 | 41 | 332 | 54 | 56 |
| Binary | 1000010 | 1101000 | 10101011 | 111101 | 100111 | 0 | 100001 | 11011010 | 101100 | 101110 |
Color Harmonies of #4268AB
Complementary color
Monochromatic Colors of #4268AB
Black with #4268AB
Text Example
Text Example
White with #4268AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4268AB; }
p { color: rgb(66,104,171); }
H1.HeaderClassName
{
color: #4268AB;
}
.AnyTagClassName
{
color: #4268AB;
}
</style>
background-color css
<style>
a { background-color: #4268AB; }
a { background-color: rgb(66,104,171); }
div.DivClassName
{
background-color: #4268AB;
}
.BgClassName
{
background-color: #4268AB;
}
</style>
border-color css
<style>
span { border-color: #4268AB; }
span { border-color: rgb(66,104,171); }
td.TdClassName
{
border-color: #4268AB;
}
.TagClassName
{
border-color: #4268AB;
}
</style>