Shades of Mariner #4B5D9D
Tints of Mariner #4B5D9D
RGB
CMYK
RGB Variations
Color information
#4B5D9D (or 0x4B5D9D) is known color: Mariner. HEX triplet: 4B, 5D and 9D. RGB value is (75,93,157). Sum of RGB (Red+Green+Blue) = 75+93+157=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #4B5D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5D9D is #B4A262. Grayscale: #5E5E5E. Windows color (decimal): -11838051 or 10313035. OLE color: 10313035.
HSL color Cylindrical-coordinate representation of color #4B5D9D: hue angle of 226.83º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B5D9D is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 93 | 157 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.38 |
| HSL | 226.83º | 0.35% | 0.45% | - |
| HSV(B) | 226.83º | 0.52% | 0.62% | - |
| XYZ | 12.9 | 11.76 | 33.49 | - |
| YUV | 94.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 93 | 157 | 0.52 | 0.41 | 0 | 0.38 | 226.83 | 0.35 | 0.45 |
| Hex | 4B | 5D | 9D | 34 | 29 | 0 | 26 | E3 | 23 | 2D |
| Octal | 113 | 135 | 235 | 64 | 51 | 0 | 46 | 343 | 43 | 55 |
| Binary | 1001011 | 1011101 | 10011101 | 110100 | 101001 | 0 | 100110 | 11100011 | 100011 | 101101 |
Color Harmonies of #4B5D9D
Complementary color
Monochromatic Colors of #4B5D9D
Black with #4B5D9D
Text Example
Text Example
White with #4B5D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5D9D; }
p { color: rgb(75,93,157); }
H1.HeaderClassName
{
color: #4B5D9D;
}
.AnyTagClassName
{
color: #4B5D9D;
}
</style>
background-color css
<style>
a { background-color: #4B5D9D; }
a { background-color: rgb(75,93,157); }
div.DivClassName
{
background-color: #4B5D9D;
}
.BgClassName
{
background-color: #4B5D9D;
}
</style>
border-color css
<style>
span { border-color: #4B5D9D; }
span { border-color: rgb(75,93,157); }
td.TdClassName
{
border-color: #4B5D9D;
}
.TagClassName
{
border-color: #4B5D9D;
}
</style>