Shades of Meteorite #4D3F67
Tints of Meteorite #4D3F67
RGB
CMYK
RGB Variations
Color information
#4D3F67 (or 0x4D3F67) is known color: Meteorite. HEX triplet: 4D, 3F and 67. RGB value is (77,63,103). Sum of RGB (Red+Green+Blue) = 77+63+103=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 103 - color contains mainly: blue. Hex color #4D3F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3F67 is #B2C098. Grayscale: #474747. Windows color (decimal): -11714713 or 6766413. OLE color: 6766413.
HSL color Cylindrical-coordinate representation of color #4D3F67: hue angle of 261º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D3F67 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 63 | 103 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.60 |
| HSL | 261º | 0.24% | 0.33% | - |
| HSV(B) | 261º | 0.39% | 0.4% | - |
| XYZ | 7.29 | 6.11 | 13.63 | - |
| YUV | 71.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 63 | 103 | 0.25 | 0.39 | 0 | 0.60 | 261 | 0.24 | 0.33 |
| Hex | 4D | 3F | 67 | 19 | 27 | 0 | 3C | 105 | 18 | 21 |
| Octal | 115 | 77 | 147 | 31 | 47 | 0 | 74 | 405 | 30 | 41 |
| Binary | 1001101 | 111111 | 1100111 | 11001 | 100111 | 0 | 111100 | 100000101 | 11000 | 100001 |
Color Harmonies of #4D3F67
Complementary color
Monochromatic Colors of #4D3F67
Black with #4D3F67
Text Example
Text Example
White with #4D3F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3F67; }
p { color: rgb(77,63,103); }
H1.HeaderClassName
{
color: #4D3F67;
}
.AnyTagClassName
{
color: #4D3F67;
}
</style>
background-color css
<style>
a { background-color: #4D3F67; }
a { background-color: rgb(77,63,103); }
div.DivClassName
{
background-color: #4D3F67;
}
.BgClassName
{
background-color: #4D3F67;
}
</style>
border-color css
<style>
span { border-color: #4D3F67; }
span { border-color: rgb(77,63,103); }
td.TdClassName
{
border-color: #4D3F67;
}
.TagClassName
{
border-color: #4D3F67;
}
</style>