Shades of Mariner #4269AB
Tints of Mariner #4269AB
RGB
CMYK
RGB Variations
Color information
#4269AB (or 0x4269AB) is known color: Mariner. HEX triplet: 42, 69 and AB. RGB value is (66,105,171). Sum of RGB (Red+Green+Blue) = 66+105+171=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #4269AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4269AB is #BD9654. Grayscale: #646464. Windows color (decimal): -12424789 or 11233602. OLE color: 11233602.
HSL color Cylindrical-coordinate representation of color #4269AB: hue angle of 217.71º 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 #4269AB is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 105 | 171 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.33 |
| HSL | 217.71º | 0.44% | 0.46% | - |
| HSV(B) | 217.71º | 0.61% | 0.67% | - |
| XYZ | 14.65 | 14.2 | 40.5 | - |
| YUV | 100.86 | 167.58 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 105 | 171 | 0.61 | 0.39 | 0 | 0.33 | 217.71 | 0.44 | 0.46 |
| Hex | 42 | 69 | AB | 3D | 27 | 0 | 21 | DA | 2C | 2E |
| Octal | 102 | 151 | 253 | 75 | 47 | 0 | 41 | 332 | 54 | 56 |
| Binary | 1000010 | 1101001 | 10101011 | 111101 | 100111 | 0 | 100001 | 11011010 | 101100 | 101110 |
Color Harmonies of #4269AB
Complementary color
Monochromatic Colors of #4269AB
Black with #4269AB
Text Example
Text Example
White with #4269AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4269AB; }
p { color: rgb(66,105,171); }
H1.HeaderClassName
{
color: #4269AB;
}
.AnyTagClassName
{
color: #4269AB;
}
</style>
background-color css
<style>
a { background-color: #4269AB; }
a { background-color: rgb(66,105,171); }
div.DivClassName
{
background-color: #4269AB;
}
.BgClassName
{
background-color: #4269AB;
}
</style>
border-color css
<style>
span { border-color: #4269AB; }
span { border-color: rgb(66,105,171); }
td.TdClassName
{
border-color: #4269AB;
}
.TagClassName
{
border-color: #4269AB;
}
</style>