Shades of Meteorite #4B4165
Tints of Meteorite #4B4165
RGB
CMYK
RGB Variations
Color information
#4B4165 (or 0x4B4165) is known color: Meteorite. HEX triplet: 4B, 41 and 65. RGB value is (75,65,101). Sum of RGB (Red+Green+Blue) = 75+65+101=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 101 - color contains mainly: blue. Hex color #4B4165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4165 is #B4BE9A. Grayscale: #474747. Windows color (decimal): -11845275 or 6635851. OLE color: 6635851.
HSL color Cylindrical-coordinate representation of color #4B4165: hue angle of 256.67º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B4165 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 65 | 101 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.60 |
| HSL | 256.67º | 0.22% | 0.33% | - |
| HSV(B) | 256.67º | 0.36% | 0.4% | - |
| XYZ | 7.14 | 6.22 | 13.14 | - |
| YUV | 72.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 101 | 0.26 | 0.36 | 0 | 0.60 | 256.67 | 0.22 | 0.33 |
| Hex | 4B | 41 | 65 | 1A | 24 | 0 | 3C | 101 | 16 | 21 |
| Octal | 113 | 101 | 145 | 32 | 44 | 0 | 74 | 401 | 26 | 41 |
| Binary | 1001011 | 1000001 | 1100101 | 11010 | 100100 | 0 | 111100 | 100000001 | 10110 | 100001 |
Color Harmonies of #4B4165
Complementary color
Monochromatic Colors of #4B4165
Black with #4B4165
Text Example
Text Example
White with #4B4165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4165; }
p { color: rgb(75,65,101); }
H1.HeaderClassName
{
color: #4B4165;
}
.AnyTagClassName
{
color: #4B4165;
}
</style>
background-color css
<style>
a { background-color: #4B4165; }
a { background-color: rgb(75,65,101); }
div.DivClassName
{
background-color: #4B4165;
}
.BgClassName
{
background-color: #4B4165;
}
</style>
border-color css
<style>
span { border-color: #4B4165; }
span { border-color: rgb(75,65,101); }
td.TdClassName
{
border-color: #4B4165;
}
.TagClassName
{
border-color: #4B4165;
}
</style>