Shades of Mariner #4963B3
Tints of Mariner #4963B3
RGB
CMYK
RGB Variations
Color information
#4963B3 (or 0x4963B3) is known color: Mariner. HEX triplet: 49, 63 and B3. RGB value is (73,99,179). Sum of RGB (Red+Green+Blue) = 73+99+179=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #4963B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4963B3 is #B69C4C. Grayscale: #646464. Windows color (decimal): -11967565 or 11756361. OLE color: 11756361.
HSL color Cylindrical-coordinate representation of color #4963B3: hue angle of 225.28º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4963B3 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 99 | 179 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.30 |
| HSL | 225.28º | 0.42% | 0.49% | - |
| HSV(B) | 225.28º | 0.59% | 0.7% | - |
| XYZ | 15.35 | 13.59 | 44.46 | - |
| YUV | 100.35 | 172.39 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 179 | 0.59 | 0.45 | 0 | 0.30 | 225.28 | 0.42 | 0.49 |
| Hex | 49 | 63 | B3 | 3B | 2D | 0 | 1E | E1 | 2A | 31 |
| Octal | 111 | 143 | 263 | 73 | 55 | 0 | 36 | 341 | 52 | 61 |
| Binary | 1001001 | 1100011 | 10110011 | 111011 | 101101 | 0 | 11110 | 11100001 | 101010 | 110001 |
Color Harmonies of #4963B3
Complementary color
Monochromatic Colors of #4963B3
Black with #4963B3
Text Example
Text Example
White with #4963B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4963B3; }
p { color: rgb(73,99,179); }
H1.HeaderClassName
{
color: #4963B3;
}
.AnyTagClassName
{
color: #4963B3;
}
</style>
background-color css
<style>
a { background-color: #4963B3; }
a { background-color: rgb(73,99,179); }
div.DivClassName
{
background-color: #4963B3;
}
.BgClassName
{
background-color: #4963B3;
}
</style>
border-color css
<style>
span { border-color: #4963B3; }
span { border-color: rgb(73,99,179); }
td.TdClassName
{
border-color: #4963B3;
}
.TagClassName
{
border-color: #4963B3;
}
</style>