Shades of Mariner #4255AB
Tints of Mariner #4255AB
RGB
CMYK
RGB Variations
Color information
#4255AB (or 0x4255AB) is known color: Mariner. HEX triplet: 42, 55 and AB. RGB value is (66,85,171). Sum of RGB (Red+Green+Blue) = 66+85+171=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #4255AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4255AB is #BDAA54. Grayscale: #585858. Windows color (decimal): -12429909 or 11228482. OLE color: 11228482.
HSL color Cylindrical-coordinate representation of color #4255AB: hue angle of 229.14º 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 #4255AB is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 85 | 171 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.33 |
| HSL | 229.14º | 0.44% | 0.46% | - |
| HSV(B) | 229.14º | 0.61% | 0.67% | - |
| XYZ | 12.85 | 10.6 | 39.9 | - |
| YUV | 89.12 | 174.21 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 171 | 0.61 | 0.50 | 0 | 0.33 | 229.14 | 0.44 | 0.46 |
| Hex | 42 | 55 | AB | 3D | 32 | 0 | 21 | E5 | 2C | 2E |
| Octal | 102 | 125 | 253 | 75 | 62 | 0 | 41 | 345 | 54 | 56 |
| Binary | 1000010 | 1010101 | 10101011 | 111101 | 110010 | 0 | 100001 | 11100101 | 101100 | 101110 |
Color Harmonies of #4255AB
Complementary color
Monochromatic Colors of #4255AB
Black with #4255AB
Text Example
Text Example
White with #4255AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4255AB; }
p { color: rgb(66,85,171); }
H1.HeaderClassName
{
color: #4255AB;
}
.AnyTagClassName
{
color: #4255AB;
}
</style>
background-color css
<style>
a { background-color: #4255AB; }
a { background-color: rgb(66,85,171); }
div.DivClassName
{
background-color: #4255AB;
}
.BgClassName
{
background-color: #4255AB;
}
</style>
border-color css
<style>
span { border-color: #4255AB; }
span { border-color: rgb(66,85,171); }
td.TdClassName
{
border-color: #4255AB;
}
.TagClassName
{
border-color: #4255AB;
}
</style>