Shades of Mariner #4467AA
Tints of Mariner #4467AA
RGB
CMYK
RGB Variations
Color information
#4467AA (or 0x4467AA) is known color: Mariner. HEX triplet: 44, 67 and AA. RGB value is (68,103,170). Sum of RGB (Red+Green+Blue) = 68+103+170=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #4467AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4467AA is #BB9855. Grayscale: #636363. Windows color (decimal): -12294230 or 11167556. OLE color: 11167556.
HSL color Cylindrical-coordinate representation of color #4467AA: hue angle of 219.41º 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 #4467AA is Cyan = 0.6, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 103 | 170 | - |
| CMYK | 0.6 | 0.39 | 0 | 0.33 |
| HSL | 219.41º | 0.43% | 0.47% | - |
| HSV(B) | 219.41º | 0.6% | 0.67% | - |
| XYZ | 14.49 | 13.83 | 39.94 | - |
| YUV | 100.17 | 167.4 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 103 | 170 | 0.6 | 0.39 | 0 | 0.33 | 219.41 | 0.43 | 0.47 |
| Hex | 44 | 67 | AA | 3C | 27 | 0 | 21 | DB | 2B | 2F |
| Octal | 104 | 147 | 252 | 74 | 47 | 0 | 41 | 333 | 53 | 57 |
| Binary | 1000100 | 1100111 | 10101010 | 111100 | 100111 | 0 | 100001 | 11011011 | 101011 | 101111 |
Color Harmonies of #4467AA
Complementary color
Monochromatic Colors of #4467AA
Black with #4467AA
Text Example
Text Example
White with #4467AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4467AA; }
p { color: rgb(68,103,170); }
H1.HeaderClassName
{
color: #4467AA;
}
.AnyTagClassName
{
color: #4467AA;
}
</style>
background-color css
<style>
a { background-color: #4467AA; }
a { background-color: rgb(68,103,170); }
div.DivClassName
{
background-color: #4467AA;
}
.BgClassName
{
background-color: #4467AA;
}
</style>
border-color css
<style>
span { border-color: #4467AA; }
span { border-color: rgb(68,103,170); }
td.TdClassName
{
border-color: #4467AA;
}
.TagClassName
{
border-color: #4467AA;
}
</style>