Shades of Meteorite #4B4666
Tints of Meteorite #4B4666
RGB
CMYK
RGB Variations
Color information
#4B4666 (or 0x4B4666) is known color: Meteorite. HEX triplet: 4B, 46 and 66. RGB value is (75,70,102). Sum of RGB (Red+Green+Blue) = 75+70+102=247 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.36% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #4B4666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4666 is #B4B999. Grayscale: #4B4B4B. Windows color (decimal): -11843994 or 6702667. OLE color: 6702667.
HSL color Cylindrical-coordinate representation of color #4B4666: hue angle of 249.38º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B4666 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 75 | 70 | 102 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.6 |
| HSL | 249.38º | 0.19% | 0.34% | - |
| HSV(B) | 249.38º | 0.31% | 0.4% | - |
| XYZ | 7.49 | 6.84 | 13.49 | - |
| YUV | 75.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 70 | 102 | 0.26 | 0.31 | 0 | 0.6 | 249.38 | 0.19 | 0.34 |
| Hex | 4B | 46 | 66 | 1A | 1F | 0 | 3C | F9 | 13 | 22 |
| Octal | 113 | 106 | 146 | 32 | 37 | 0 | 74 | 371 | 23 | 42 |
| Binary | 1001011 | 1000110 | 1100110 | 11010 | 11111 | 0 | 111100 | 11111001 | 10011 | 100010 |
Color Harmonies of #4B4666
Complementary color
Monochromatic Colors of #4B4666
Black with #4B4666
Text Example
Text Example
White with #4B4666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4666; }
p { color: rgb(75,70,102); }
H1.HeaderClassName
{
color: #4B4666;
}
.AnyTagClassName
{
color: #4B4666;
}
</style>
background-color css
<style>
a { background-color: #4B4666; }
a { background-color: rgb(75,70,102); }
div.DivClassName
{
background-color: #4B4666;
}
.BgClassName
{
background-color: #4B4666;
}
</style>
border-color css
<style>
span { border-color: #4B4666; }
span { border-color: rgb(75,70,102); }
td.TdClassName
{
border-color: #4B4666;
}
.TagClassName
{
border-color: #4B4666;
}
</style>