Shades of Mariner #4468AA
Tints of Mariner #4468AA
RGB
CMYK
RGB Variations
Color information
#4468AA (or 0x4468AA) is known color: Mariner. HEX triplet: 44, 68 and AA. RGB value is (68,104,170). Sum of RGB (Red+Green+Blue) = 68+104+170=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #4468AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4468AA is #BB9755. Grayscale: #646464. Windows color (decimal): -12293974 or 11167812. OLE color: 11167812.
HSL color Cylindrical-coordinate representation of color #4468AA: hue angle of 218.82º 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 #4468AA is Cyan = 0.6, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 104 | 170 | - |
| CMYK | 0.6 | 0.39 | 0 | 0.33 |
| HSL | 218.82º | 0.43% | 0.47% | - |
| HSV(B) | 218.82º | 0.6% | 0.67% | - |
| XYZ | 14.59 | 14.03 | 39.97 | - |
| YUV | 100.76 | 167.07 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 104 | 170 | 0.6 | 0.39 | 0 | 0.33 | 218.82 | 0.43 | 0.47 |
| Hex | 44 | 68 | AA | 3C | 27 | 0 | 21 | DB | 2B | 2F |
| Octal | 104 | 150 | 252 | 74 | 47 | 0 | 41 | 333 | 53 | 57 |
| Binary | 1000100 | 1101000 | 10101010 | 111100 | 100111 | 0 | 100001 | 11011011 | 101011 | 101111 |
Color Harmonies of #4468AA
Complementary color
Monochromatic Colors of #4468AA
Black with #4468AA
Text Example
Text Example
White with #4468AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4468AA; }
p { color: rgb(68,104,170); }
H1.HeaderClassName
{
color: #4468AA;
}
.AnyTagClassName
{
color: #4468AA;
}
</style>
background-color css
<style>
a { background-color: #4468AA; }
a { background-color: rgb(68,104,170); }
div.DivClassName
{
background-color: #4468AA;
}
.BgClassName
{
background-color: #4468AA;
}
</style>
border-color css
<style>
span { border-color: #4468AA; }
span { border-color: rgb(68,104,170); }
td.TdClassName
{
border-color: #4468AA;
}
.TagClassName
{
border-color: #4468AA;
}
</style>