Shades of Meteorite #4B4565
Tints of Meteorite #4B4565
RGB
CMYK
RGB Variations
Color information
#4B4565 (or 0x4B4565) is known color: Meteorite. HEX triplet: 4B, 45 and 65. RGB value is (75,69,101). Sum of RGB (Red+Green+Blue) = 75+69+101=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 101 - color contains mainly: blue. Hex color #4B4565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4565 is #B4BA9A. Grayscale: #4A4A4A. Windows color (decimal): -11844251 or 6636875. OLE color: 6636875.
HSL color Cylindrical-coordinate representation of color #4B4565: hue angle of 251.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B4565 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 69 | 101 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.60 |
| HSL | 251.25º | 0.19% | 0.33% | - |
| HSV(B) | 251.25º | 0.32% | 0.4% | - |
| XYZ | 7.38 | 6.69 | 13.21 | - |
| YUV | 74.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 69 | 101 | 0.26 | 0.32 | 0 | 0.60 | 251.25 | 0.19 | 0.33 |
| Hex | 4B | 45 | 65 | 1A | 20 | 0 | 3C | FB | 13 | 21 |
| Octal | 113 | 105 | 145 | 32 | 40 | 0 | 74 | 373 | 23 | 41 |
| Binary | 1001011 | 1000101 | 1100101 | 11010 | 100000 | 0 | 111100 | 11111011 | 10011 | 100001 |
Color Harmonies of #4B4565
Complementary color
Monochromatic Colors of #4B4565
Black with #4B4565
Text Example
Text Example
White with #4B4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4565; }
p { color: rgb(75,69,101); }
H1.HeaderClassName
{
color: #4B4565;
}
.AnyTagClassName
{
color: #4B4565;
}
</style>
background-color css
<style>
a { background-color: #4B4565; }
a { background-color: rgb(75,69,101); }
div.DivClassName
{
background-color: #4B4565;
}
.BgClassName
{
background-color: #4B4565;
}
</style>
border-color css
<style>
span { border-color: #4B4565; }
span { border-color: rgb(75,69,101); }
td.TdClassName
{
border-color: #4B4565;
}
.TagClassName
{
border-color: #4B4565;
}
</style>