Shades of Mariner #4B5D96
Tints of Mariner #4B5D96
RGB
CMYK
RGB Variations
Color information
#4B5D96 (or 0x4B5D96) is known color: Mariner. HEX triplet: 4B, 5D and 96. RGB value is (75,93,150). Sum of RGB (Red+Green+Blue) = 75+93+150=318 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.58% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 150 (58.98% from 255 or 47.17% from 318); Max value from RGB is 150 - color contains mainly: blue. Hex color #4B5D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5D96 is #B4A269. Grayscale: #5D5D5D. Windows color (decimal): -11838058 or 9854283. OLE color: 9854283.
HSL color Cylindrical-coordinate representation of color #4B5D96: hue angle of 225.6º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B5D96 is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 93 | 150 | - |
| CMYK | 0.5 | 0.38 | 0 | 0.41 |
| HSL | 225.6º | 0.33% | 0.44% | - |
| HSV(B) | 225.6º | 0.5% | 0.59% | - |
| XYZ | 12.32 | 11.53 | 30.43 | - |
| YUV | 94.12 | 159.54 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 93 | 150 | 0.5 | 0.38 | 0 | 0.41 | 225.6 | 0.33 | 0.44 |
| Hex | 4B | 5D | 96 | 32 | 26 | 0 | 29 | E2 | 21 | 2C |
| Octal | 113 | 135 | 226 | 62 | 46 | 0 | 51 | 342 | 41 | 54 |
| Binary | 1001011 | 1011101 | 10010110 | 110010 | 100110 | 0 | 101001 | 11100010 | 100001 | 101100 |
Color Harmonies of #4B5D96
Complementary color
Monochromatic Colors of #4B5D96
Black with #4B5D96
Text Example
Text Example
White with #4B5D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5D96; }
p { color: rgb(75,93,150); }
H1.HeaderClassName
{
color: #4B5D96;
}
.AnyTagClassName
{
color: #4B5D96;
}
</style>
background-color css
<style>
a { background-color: #4B5D96; }
a { background-color: rgb(75,93,150); }
div.DivClassName
{
background-color: #4B5D96;
}
.BgClassName
{
background-color: #4B5D96;
}
</style>
border-color css
<style>
span { border-color: #4B5D96; }
span { border-color: rgb(75,93,150); }
td.TdClassName
{
border-color: #4B5D96;
}
.TagClassName
{
border-color: #4B5D96;
}
</style>