Shades of Mariner #4B62AF
Tints of Mariner #4B62AF
RGB
CMYK
RGB Variations
Color information
#4B62AF (or 0x4B62AF) is known color: Mariner. HEX triplet: 4B, 62 and AF. RGB value is (75,98,175). Sum of RGB (Red+Green+Blue) = 75+98+175=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B62AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B62AF is #B49D50. Grayscale: #636363. Windows color (decimal): -11836753 or 11493963. OLE color: 11493963.
HSL color Cylindrical-coordinate representation of color #4B62AF: hue angle of 226.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B62AF is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 98 | 175 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.31 |
| HSL | 226.2º | 0.4% | 0.49% | - |
| HSV(B) | 226.2º | 0.57% | 0.69% | - |
| XYZ | 15.01 | 13.33 | 42.34 | - |
| YUV | 99.9 | 170.38 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 98 | 175 | 0.57 | 0.44 | 0 | 0.31 | 226.2 | 0.4 | 0.49 |
| Hex | 4B | 62 | AF | 39 | 2C | 0 | 1F | E2 | 28 | 31 |
| Octal | 113 | 142 | 257 | 71 | 54 | 0 | 37 | 342 | 50 | 61 |
| Binary | 1001011 | 1100010 | 10101111 | 111001 | 101100 | 0 | 11111 | 11100010 | 101000 | 110001 |
Color Harmonies of #4B62AF
Complementary color
Monochromatic Colors of #4B62AF
Black with #4B62AF
Text Example
Text Example
White with #4B62AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B62AF; }
p { color: rgb(75,98,175); }
H1.HeaderClassName
{
color: #4B62AF;
}
.AnyTagClassName
{
color: #4B62AF;
}
</style>
background-color css
<style>
a { background-color: #4B62AF; }
a { background-color: rgb(75,98,175); }
div.DivClassName
{
background-color: #4B62AF;
}
.BgClassName
{
background-color: #4B62AF;
}
</style>
border-color css
<style>
span { border-color: #4B62AF; }
span { border-color: rgb(75,98,175); }
td.TdClassName
{
border-color: #4B62AF;
}
.TagClassName
{
border-color: #4B62AF;
}
</style>