Shades of Mariner #4462AF
Tints of Mariner #4462AF
RGB
CMYK
RGB Variations
Color information
#4462AF (or 0x4462AF) is known color: Mariner. HEX triplet: 44, 62 and AF. RGB value is (68,98,175). Sum of RGB (Red+Green+Blue) = 68+98+175=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #4462AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4462AF is #BB9D50. Grayscale: #616161. Windows color (decimal): -12295505 or 11493956. OLE color: 11493956.
HSL color Cylindrical-coordinate representation of color #4462AF: hue angle of 223.18º degrees, saturation: 0.44, 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 #4462AF is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 98 | 175 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.31 |
| HSL | 223.18º | 0.44% | 0.48% | - |
| HSV(B) | 223.18º | 0.61% | 0.69% | - |
| XYZ | 14.49 | 13.06 | 42.31 | - |
| YUV | 97.81 | 171.56 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 98 | 175 | 0.61 | 0.44 | 0 | 0.31 | 223.18 | 0.44 | 0.48 |
| Hex | 44 | 62 | AF | 3D | 2C | 0 | 1F | DF | 2C | 30 |
| Octal | 104 | 142 | 257 | 75 | 54 | 0 | 37 | 337 | 54 | 60 |
| Binary | 1000100 | 1100010 | 10101111 | 111101 | 101100 | 0 | 11111 | 11011111 | 101100 | 110000 |
Color Harmonies of #4462AF
Complementary color
Monochromatic Colors of #4462AF
Black with #4462AF
Text Example
Text Example
White with #4462AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4462AF; }
p { color: rgb(68,98,175); }
H1.HeaderClassName
{
color: #4462AF;
}
.AnyTagClassName
{
color: #4462AF;
}
</style>
background-color css
<style>
a { background-color: #4462AF; }
a { background-color: rgb(68,98,175); }
div.DivClassName
{
background-color: #4462AF;
}
.BgClassName
{
background-color: #4462AF;
}
</style>
border-color css
<style>
span { border-color: #4462AF; }
span { border-color: rgb(68,98,175); }
td.TdClassName
{
border-color: #4462AF;
}
.TagClassName
{
border-color: #4462AF;
}
</style>