Shades of Mariner #4B63AB
Tints of Mariner #4B63AB
RGB
CMYK
RGB Variations
Color information
#4B63AB (or 0x4B63AB) is known color: Mariner. HEX triplet: 4B, 63 and AB. RGB value is (75,99,171). Sum of RGB (Red+Green+Blue) = 75+99+171=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B63AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B63AB is #B49C54. Grayscale: #636363. Windows color (decimal): -11836501 or 11232075. OLE color: 11232075.
HSL color Cylindrical-coordinate representation of color #4B63AB: hue angle of 225º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B63AB is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 99 | 171 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.33 |
| HSL | 225º | 0.39% | 0.48% | - |
| HSV(B) | 225º | 0.56% | 0.67% | - |
| XYZ | 14.71 | 13.36 | 40.33 | - |
| YUV | 100.03 | 168.05 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 99 | 171 | 0.56 | 0.42 | 0 | 0.33 | 225 | 0.39 | 0.48 |
| Hex | 4B | 63 | AB | 38 | 2A | 0 | 21 | E1 | 27 | 30 |
| Octal | 113 | 143 | 253 | 70 | 52 | 0 | 41 | 341 | 47 | 60 |
| Binary | 1001011 | 1100011 | 10101011 | 111000 | 101010 | 0 | 100001 | 11100001 | 100111 | 110000 |
Color Harmonies of #4B63AB
Complementary color
Monochromatic Colors of #4B63AB
Black with #4B63AB
Text Example
Text Example
White with #4B63AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B63AB; }
p { color: rgb(75,99,171); }
H1.HeaderClassName
{
color: #4B63AB;
}
.AnyTagClassName
{
color: #4B63AB;
}
</style>
background-color css
<style>
a { background-color: #4B63AB; }
a { background-color: rgb(75,99,171); }
div.DivClassName
{
background-color: #4B63AB;
}
.BgClassName
{
background-color: #4B63AB;
}
</style>
border-color css
<style>
span { border-color: #4B63AB; }
span { border-color: rgb(75,99,171); }
td.TdClassName
{
border-color: #4B63AB;
}
.TagClassName
{
border-color: #4B63AB;
}
</style>