Shades of Mariner #4562AF
Tints of Mariner #4562AF
RGB
CMYK
RGB Variations
Color information
#4562AF (or 0x4562AF) is known color: Mariner. HEX triplet: 45, 62 and AF. RGB value is (69,98,175). Sum of RGB (Red+Green+Blue) = 69+98+175=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 175 (68.75% from 255 or 51.17% from 342); Max value from RGB is 175 - color contains mainly: blue. Hex color #4562AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4562AF is #BA9D50. Grayscale: #616161. Windows color (decimal): -12229969 or 11493957. OLE color: 11493957.
HSL color Cylindrical-coordinate representation of color #4562AF: hue angle of 223.58º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4562AF is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 98 | 175 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.31 |
| HSL | 223.58º | 0.43% | 0.48% | - |
| HSV(B) | 223.58º | 0.61% | 0.69% | - |
| XYZ | 14.56 | 13.1 | 42.32 | - |
| YUV | 98.11 | 171.39 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 175 | 0.61 | 0.44 | 0 | 0.31 | 223.58 | 0.43 | 0.48 |
| Hex | 45 | 62 | AF | 3D | 2C | 0 | 1F | E0 | 2B | 30 |
| Octal | 105 | 142 | 257 | 75 | 54 | 0 | 37 | 340 | 53 | 60 |
| Binary | 1000101 | 1100010 | 10101111 | 111101 | 101100 | 0 | 11111 | 11100000 | 101011 | 110000 |
Color Harmonies of #4562AF
Complementary color
Monochromatic Colors of #4562AF
Black with #4562AF
Text Example
Text Example
White with #4562AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4562AF; }
p { color: rgb(69,98,175); }
H1.HeaderClassName
{
color: #4562AF;
}
.AnyTagClassName
{
color: #4562AF;
}
</style>
background-color css
<style>
a { background-color: #4562AF; }
a { background-color: rgb(69,98,175); }
div.DivClassName
{
background-color: #4562AF;
}
.BgClassName
{
background-color: #4562AF;
}
</style>
border-color css
<style>
span { border-color: #4562AF; }
span { border-color: rgb(69,98,175); }
td.TdClassName
{
border-color: #4562AF;
}
.TagClassName
{
border-color: #4562AF;
}
</style>