Shades of Mariner #4B649F
Tints of Mariner #4B649F
RGB
CMYK
RGB Variations
Color information
#4B649F (or 0x4B649F) is known color: Mariner. HEX triplet: 4B, 64 and 9F. RGB value is (75,100,159). Sum of RGB (Red+Green+Blue) = 75+100+159=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #4B649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B649F is #B49B60. Grayscale: #626262. Windows color (decimal): -11836257 or 10445899. OLE color: 10445899.
HSL color Cylindrical-coordinate representation of color #4B649F: hue angle of 222.14º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B649F is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 100 | 159 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.38 |
| HSL | 222.14º | 0.36% | 0.46% | - |
| HSV(B) | 222.14º | 0.53% | 0.62% | - |
| XYZ | 13.72 | 13.11 | 34.61 | - |
| YUV | 99.25 | 161.72 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 100 | 159 | 0.53 | 0.37 | 0 | 0.38 | 222.14 | 0.36 | 0.46 |
| Hex | 4B | 64 | 9F | 35 | 25 | 0 | 26 | DE | 24 | 2E |
| Octal | 113 | 144 | 237 | 65 | 45 | 0 | 46 | 336 | 44 | 56 |
| Binary | 1001011 | 1100100 | 10011111 | 110101 | 100101 | 0 | 100110 | 11011110 | 100100 | 101110 |
Color Harmonies of #4B649F
Complementary color
Monochromatic Colors of #4B649F
Black with #4B649F
Text Example
Text Example
White with #4B649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B649F; }
p { color: rgb(75,100,159); }
H1.HeaderClassName
{
color: #4B649F;
}
.AnyTagClassName
{
color: #4B649F;
}
</style>
background-color css
<style>
a { background-color: #4B649F; }
a { background-color: rgb(75,100,159); }
div.DivClassName
{
background-color: #4B649F;
}
.BgClassName
{
background-color: #4B649F;
}
</style>
border-color css
<style>
span { border-color: #4B649F; }
span { border-color: rgb(75,100,159); }
td.TdClassName
{
border-color: #4B649F;
}
.TagClassName
{
border-color: #4B649F;
}
</style>