Shades of Meteorite #4B4066
Tints of Meteorite #4B4066
RGB
CMYK
RGB Variations
Color information
#4B4066 (or 0x4B4066) is known color: Meteorite. HEX triplet: 4B, 40 and 66. RGB value is (75,64,102). Sum of RGB (Red+Green+Blue) = 75+64+102=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 102 - color contains mainly: blue. Hex color #4B4066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4066 is #B4BF99. Grayscale: #474747. Windows color (decimal): -11845530 or 6701131. OLE color: 6701131.
HSL color Cylindrical-coordinate representation of color #4B4066: hue angle of 257.37º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B4066 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 75 | 64 | 102 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.6 |
| HSL | 257.37º | 0.23% | 0.33% | - |
| HSV(B) | 257.37º | 0.37% | 0.4% | - |
| XYZ | 7.13 | 6.12 | 13.38 | - |
| YUV | 71.62 | 145.14 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 64 | 102 | 0.26 | 0.37 | 0 | 0.6 | 257.37 | 0.23 | 0.33 |
| Hex | 4B | 40 | 66 | 1A | 25 | 0 | 3C | 101 | 17 | 21 |
| Octal | 113 | 100 | 146 | 32 | 45 | 0 | 74 | 401 | 27 | 41 |
| Binary | 1001011 | 1000000 | 1100110 | 11010 | 100101 | 0 | 111100 | 100000001 | 10111 | 100001 |
Color Harmonies of #4B4066
Complementary color
Monochromatic Colors of #4B4066
Black with #4B4066
Text Example
Text Example
White with #4B4066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4066; }
p { color: rgb(75,64,102); }
H1.HeaderClassName
{
color: #4B4066;
}
.AnyTagClassName
{
color: #4B4066;
}
</style>
background-color css
<style>
a { background-color: #4B4066; }
a { background-color: rgb(75,64,102); }
div.DivClassName
{
background-color: #4B4066;
}
.BgClassName
{
background-color: #4B4066;
}
</style>
border-color css
<style>
span { border-color: #4B4066; }
span { border-color: rgb(75,64,102); }
td.TdClassName
{
border-color: #4B4066;
}
.TagClassName
{
border-color: #4B4066;
}
</style>