Shades of Mariner #4467AB
Tints of Mariner #4467AB
RGB
CMYK
RGB Variations
Color information
#4467AB (or 0x4467AB) is known color: Mariner. HEX triplet: 44, 67 and AB. RGB value is (68,103,171). Sum of RGB (Red+Green+Blue) = 68+103+171=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 103 (40.62% from 255 or 30.12% 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 #4467AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4467AB is #BB9854. Grayscale: #636363. Windows color (decimal): -12294229 or 11233092. OLE color: 11233092.
HSL color Cylindrical-coordinate representation of color #4467AB: hue angle of 219.61º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4467AB is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 103 | 171 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.33 |
| HSL | 219.61º | 0.43% | 0.47% | - |
| HSV(B) | 219.61º | 0.6% | 0.67% | - |
| XYZ | 14.58 | 13.87 | 40.44 | - |
| YUV | 100.29 | 167.9 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 103 | 171 | 0.60 | 0.40 | 0 | 0.33 | 219.61 | 0.43 | 0.47 |
| Hex | 44 | 67 | AB | 3C | 28 | 0 | 21 | DC | 2B | 2F |
| Octal | 104 | 147 | 253 | 74 | 50 | 0 | 41 | 334 | 53 | 57 |
| Binary | 1000100 | 1100111 | 10101011 | 111100 | 101000 | 0 | 100001 | 11011100 | 101011 | 101111 |
Color Harmonies of #4467AB
Complementary color
Monochromatic Colors of #4467AB
Black with #4467AB
Text Example
Text Example
White with #4467AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4467AB; }
p { color: rgb(68,103,171); }
H1.HeaderClassName
{
color: #4467AB;
}
.AnyTagClassName
{
color: #4467AB;
}
</style>
background-color css
<style>
a { background-color: #4467AB; }
a { background-color: rgb(68,103,171); }
div.DivClassName
{
background-color: #4467AB;
}
.BgClassName
{
background-color: #4467AB;
}
</style>
border-color css
<style>
span { border-color: #4467AB; }
span { border-color: rgb(68,103,171); }
td.TdClassName
{
border-color: #4467AB;
}
.TagClassName
{
border-color: #4467AB;
}
</style>