Shades of Mariner #4C63B3
Tints of Mariner #4C63B3
RGB
CMYK
RGB Variations
Color information
#4C63B3 (or 0x4C63B3) is known color: Mariner. HEX triplet: 4C, 63 and B3. RGB value is (76,99,179). Sum of RGB (Red+Green+Blue) = 76+99+179=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 179 (70.31% from 255 or 50.56% from 354); Max value from RGB is 179 - color contains mainly: blue. Hex color #4C63B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C63B3 is #B39C4C. Grayscale: #646464. Windows color (decimal): -11770957 or 11756364. OLE color: 11756364.
HSL color Cylindrical-coordinate representation of color #4C63B3: hue angle of 226.6º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C63B3 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 99 | 179 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.30 |
| HSL | 226.6º | 0.4% | 0.5% | - |
| HSV(B) | 226.6º | 0.58% | 0.7% | - |
| XYZ | 15.58 | 13.71 | 44.47 | - |
| YUV | 101.24 | 171.88 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 99 | 179 | 0.58 | 0.45 | 0 | 0.30 | 226.6 | 0.4 | 0.5 |
| Hex | 4C | 63 | B3 | 3A | 2D | 0 | 1E | E3 | 28 | 32 |
| Octal | 114 | 143 | 263 | 72 | 55 | 0 | 36 | 343 | 50 | 62 |
| Binary | 1001100 | 1100011 | 10110011 | 111010 | 101101 | 0 | 11110 | 11100011 | 101000 | 110010 |
Color Harmonies of #4C63B3
Complementary color
Monochromatic Colors of #4C63B3
Black with #4C63B3
Text Example
Text Example
White with #4C63B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C63B3; }
p { color: rgb(76,99,179); }
H1.HeaderClassName
{
color: #4C63B3;
}
.AnyTagClassName
{
color: #4C63B3;
}
</style>
background-color css
<style>
a { background-color: #4C63B3; }
a { background-color: rgb(76,99,179); }
div.DivClassName
{
background-color: #4C63B3;
}
.BgClassName
{
background-color: #4C63B3;
}
</style>
border-color css
<style>
span { border-color: #4C63B3; }
span { border-color: rgb(76,99,179); }
td.TdClassName
{
border-color: #4C63B3;
}
.TagClassName
{
border-color: #4C63B3;
}
</style>