Shades of Mariner #4D6094
Tints of Mariner #4D6094
RGB
CMYK
RGB Variations
Color information
#4D6094 (or 0x4D6094) is known color: Mariner. HEX triplet: 4D, 60 and 94. RGB value is (77,96,148). Sum of RGB (Red+Green+Blue) = 77+96+148=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #4D6094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6094 is #B29F6B. Grayscale: #606060. Windows color (decimal): -11706220 or 9723981. OLE color: 9723981.
HSL color Cylindrical-coordinate representation of color #4D6094: hue angle of 223.94º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D6094 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 96 | 148 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.42 |
| HSL | 223.94º | 0.32% | 0.44% | - |
| HSV(B) | 223.94º | 0.48% | 0.58% | - |
| XYZ | 12.59 | 12.08 | 29.69 | - |
| YUV | 96.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 148 | 0.48 | 0.35 | 0 | 0.42 | 223.94 | 0.32 | 0.44 |
| Hex | 4D | 60 | 94 | 30 | 23 | 0 | 2A | E0 | 20 | 2C |
| Octal | 115 | 140 | 224 | 60 | 43 | 0 | 52 | 340 | 40 | 54 |
| Binary | 1001101 | 1100000 | 10010100 | 110000 | 100011 | 0 | 101010 | 11100000 | 100000 | 101100 |
Color Harmonies of #4D6094
Complementary color
Monochromatic Colors of #4D6094
Black with #4D6094
Text Example
Text Example
White with #4D6094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6094; }
p { color: rgb(77,96,148); }
H1.HeaderClassName
{
color: #4D6094;
}
.AnyTagClassName
{
color: #4D6094;
}
</style>
background-color css
<style>
a { background-color: #4D6094; }
a { background-color: rgb(77,96,148); }
div.DivClassName
{
background-color: #4D6094;
}
.BgClassName
{
background-color: #4D6094;
}
</style>
border-color css
<style>
span { border-color: #4D6094; }
span { border-color: rgb(77,96,148); }
td.TdClassName
{
border-color: #4D6094;
}
.TagClassName
{
border-color: #4D6094;
}
</style>