Shades of Mariner #4562AA
Tints of Mariner #4562AA
RGB
CMYK
RGB Variations
Color information
#4562AA (or 0x4562AA) is known color: Mariner. HEX triplet: 45, 62 and AA. RGB value is (69,98,170). Sum of RGB (Red+Green+Blue) = 69+98+170=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #4562AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4562AA is #BA9D55. Grayscale: #616161. Windows color (decimal): -12229974 or 11166277. OLE color: 11166277.
HSL color Cylindrical-coordinate representation of color #4562AA: hue angle of 222.77º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4562AA is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 98 | 170 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.33 |
| HSL | 222.77º | 0.42% | 0.47% | - |
| HSV(B) | 222.77º | 0.59% | 0.67% | - |
| XYZ | 14.08 | 12.9 | 39.78 | - |
| YUV | 97.54 | 168.89 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 170 | 0.59 | 0.42 | 0 | 0.33 | 222.77 | 0.42 | 0.47 |
| Hex | 45 | 62 | AA | 3B | 2A | 0 | 21 | DF | 2A | 2F |
| Octal | 105 | 142 | 252 | 73 | 52 | 0 | 41 | 337 | 52 | 57 |
| Binary | 1000101 | 1100010 | 10101010 | 111011 | 101010 | 0 | 100001 | 11011111 | 101010 | 101111 |
Color Harmonies of #4562AA
Complementary color
Monochromatic Colors of #4562AA
Black with #4562AA
Text Example
Text Example
White with #4562AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4562AA; }
p { color: rgb(69,98,170); }
H1.HeaderClassName
{
color: #4562AA;
}
.AnyTagClassName
{
color: #4562AA;
}
</style>
background-color css
<style>
a { background-color: #4562AA; }
a { background-color: rgb(69,98,170); }
div.DivClassName
{
background-color: #4562AA;
}
.BgClassName
{
background-color: #4562AA;
}
</style>
border-color css
<style>
span { border-color: #4562AA; }
span { border-color: rgb(69,98,170); }
td.TdClassName
{
border-color: #4562AA;
}
.TagClassName
{
border-color: #4562AA;
}
</style>