Shades of Mariner #4B6295
Tints of Mariner #4B6295
RGB
CMYK
RGB Variations
Color information
#4B6295 (or 0x4B6295) is known color: Mariner. HEX triplet: 4B, 62 and 95. RGB value is (75,98,149). Sum of RGB (Red+Green+Blue) = 75+98+149=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B6295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6295 is #B49D6A. Grayscale: #606060. Windows color (decimal): -11836779 or 9790027. OLE color: 9790027.
HSL color Cylindrical-coordinate representation of color #4B6295: hue angle of 221.35º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B6295 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 75 | 98 | 149 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.42 |
| HSL | 221.35º | 0.33% | 0.44% | - |
| HSV(B) | 221.35º | 0.5% | 0.58% | - |
| XYZ | 12.69 | 12.4 | 30.16 | - |
| YUV | 96.94 | 157.38 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 98 | 149 | 0.50 | 0.34 | 0 | 0.42 | 221.35 | 0.33 | 0.44 |
| Hex | 4B | 62 | 95 | 32 | 22 | 0 | 2A | DD | 21 | 2C |
| Octal | 113 | 142 | 225 | 62 | 42 | 0 | 52 | 335 | 41 | 54 |
| Binary | 1001011 | 1100010 | 10010101 | 110010 | 100010 | 0 | 101010 | 11011101 | 100001 | 101100 |
Color Harmonies of #4B6295
Complementary color
Monochromatic Colors of #4B6295
Black with #4B6295
Text Example
Text Example
White with #4B6295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6295; }
p { color: rgb(75,98,149); }
H1.HeaderClassName
{
color: #4B6295;
}
.AnyTagClassName
{
color: #4B6295;
}
</style>
background-color css
<style>
a { background-color: #4B6295; }
a { background-color: rgb(75,98,149); }
div.DivClassName
{
background-color: #4B6295;
}
.BgClassName
{
background-color: #4B6295;
}
</style>
border-color css
<style>
span { border-color: #4B6295; }
span { border-color: rgb(75,98,149); }
td.TdClassName
{
border-color: #4B6295;
}
.TagClassName
{
border-color: #4B6295;
}
</style>