Shades of Meteorite #4F4769
Tints of Meteorite #4F4769
RGB
CMYK
RGB Variations
Color information
#4F4769 (or 0x4F4769) is known color: Meteorite. HEX triplet: 4F, 47 and 69. RGB value is (79,71,105). Sum of RGB (Red+Green+Blue) = 79+71+105=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 105 - color contains mainly: blue. Hex color #4F4769 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4769 is #B0B896. Grayscale: #4D4D4D. Windows color (decimal): -11581591 or 6899535. OLE color: 6899535.
HSL color Cylindrical-coordinate representation of color #4F4769: hue angle of 254.12º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F4769 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 71 | 105 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.59 |
| HSL | 254.12º | 0.19% | 0.35% | - |
| HSV(B) | 254.12º | 0.32% | 0.41% | - |
| XYZ | 8.03 | 7.19 | 14.33 | - |
| YUV | 77.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 71 | 105 | 0.25 | 0.32 | 0 | 0.59 | 254.12 | 0.19 | 0.35 |
| Hex | 4F | 47 | 69 | 19 | 20 | 0 | 3B | FE | 13 | 23 |
| Octal | 117 | 107 | 151 | 31 | 40 | 0 | 73 | 376 | 23 | 43 |
| Binary | 1001111 | 1000111 | 1101001 | 11001 | 100000 | 0 | 111011 | 11111110 | 10011 | 100011 |
Color Harmonies of #4F4769
Complementary color
Monochromatic Colors of #4F4769
Black with #4F4769
Text Example
Text Example
White with #4F4769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4769; }
p { color: rgb(79,71,105); }
H1.HeaderClassName
{
color: #4F4769;
}
.AnyTagClassName
{
color: #4F4769;
}
</style>
background-color css
<style>
a { background-color: #4F4769; }
a { background-color: rgb(79,71,105); }
div.DivClassName
{
background-color: #4F4769;
}
.BgClassName
{
background-color: #4F4769;
}
</style>
border-color css
<style>
span { border-color: #4F4769; }
span { border-color: rgb(79,71,105); }
td.TdClassName
{
border-color: #4F4769;
}
.TagClassName
{
border-color: #4F4769;
}
</style>