Shades of Mariner #4D65B4
Tints of Mariner #4D65B4
RGB
CMYK
RGB Variations
Color information
#4D65B4 (or 0x4D65B4) is known color: Mariner. HEX triplet: 4D, 65 and B4. RGB value is (77,101,180). Sum of RGB (Red+Green+Blue) = 77+101+180=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #4D65B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D65B4 is #B29A4B. Grayscale: #666666. Windows color (decimal): -11704908 or 11822413. OLE color: 11822413.
HSL color Cylindrical-coordinate representation of color #4D65B4: hue angle of 226.02º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D65B4 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 101 | 180 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.29 |
| HSL | 226.02º | 0.41% | 0.5% | - |
| HSV(B) | 226.02º | 0.57% | 0.71% | - |
| XYZ | 15.95 | 14.18 | 45.08 | - |
| YUV | 102.83 | 171.55 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 180 | 0.57 | 0.44 | 0 | 0.29 | 226.02 | 0.41 | 0.5 |
| Hex | 4D | 65 | B4 | 39 | 2C | 0 | 1D | E2 | 29 | 32 |
| Octal | 115 | 145 | 264 | 71 | 54 | 0 | 35 | 342 | 51 | 62 |
| Binary | 1001101 | 1100101 | 10110100 | 111001 | 101100 | 0 | 11101 | 11100010 | 101001 | 110010 |
Color Harmonies of #4D65B4
Complementary color
Monochromatic Colors of #4D65B4
Black with #4D65B4
Text Example
Text Example
White with #4D65B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D65B4; }
p { color: rgb(77,101,180); }
H1.HeaderClassName
{
color: #4D65B4;
}
.AnyTagClassName
{
color: #4D65B4;
}
</style>
background-color css
<style>
a { background-color: #4D65B4; }
a { background-color: rgb(77,101,180); }
div.DivClassName
{
background-color: #4D65B4;
}
.BgClassName
{
background-color: #4D65B4;
}
</style>
border-color css
<style>
span { border-color: #4D65B4; }
span { border-color: rgb(77,101,180); }
td.TdClassName
{
border-color: #4D65B4;
}
.TagClassName
{
border-color: #4D65B4;
}
</style>