Shades of Meteorite #4F3D67
Tints of Meteorite #4F3D67
RGB
CMYK
RGB Variations
Color information
#4F3D67 (or 0x4F3D67) is known color: Meteorite. HEX triplet: 4F, 3D and 67. RGB value is (79,61,103). Sum of RGB (Red+Green+Blue) = 79+61+103=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 61 (24.22% from 255 or 25.10% 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 #4F3D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3D67 is #B0C298. Grayscale: #474747. Windows color (decimal): -11584153 or 6765903. OLE color: 6765903.
HSL color Cylindrical-coordinate representation of color #4F3D67: hue angle of 265.71º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F3D67 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 61 | 103 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.60 |
| HSL | 265.71º | 0.26% | 0.32% | - |
| HSV(B) | 265.71º | 0.41% | 0.4% | - |
| XYZ | 7.34 | 5.98 | 13.6 | - |
| YUV | 71.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 61 | 103 | 0.23 | 0.41 | 0 | 0.60 | 265.71 | 0.26 | 0.32 |
| Hex | 4F | 3D | 67 | 17 | 29 | 0 | 3C | 10A | 1A | 20 |
| Octal | 117 | 75 | 147 | 27 | 51 | 0 | 74 | 412 | 32 | 40 |
| Binary | 1001111 | 111101 | 1100111 | 10111 | 101001 | 0 | 111100 | 100001010 | 11010 | 100000 |
Color Harmonies of #4F3D67
Complementary color
Monochromatic Colors of #4F3D67
Black with #4F3D67
Text Example
Text Example
White with #4F3D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3D67; }
p { color: rgb(79,61,103); }
H1.HeaderClassName
{
color: #4F3D67;
}
.AnyTagClassName
{
color: #4F3D67;
}
</style>
background-color css
<style>
a { background-color: #4F3D67; }
a { background-color: rgb(79,61,103); }
div.DivClassName
{
background-color: #4F3D67;
}
.BgClassName
{
background-color: #4F3D67;
}
</style>
border-color css
<style>
span { border-color: #4F3D67; }
span { border-color: rgb(79,61,103); }
td.TdClassName
{
border-color: #4F3D67;
}
.TagClassName
{
border-color: #4F3D67;
}
</style>