Shades of Meteorite #4B3661
Tints of Meteorite #4B3661
RGB
CMYK
RGB Variations
Color information
#4B3661 (or 0x4B3661) is known color: Meteorite. HEX triplet: 4B, 36 and 61. RGB value is (75,54,97). Sum of RGB (Red+Green+Blue) = 75+54+97=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #4B3661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3661 is #B4C99E. Grayscale: #414141. Windows color (decimal): -11848095 or 6370891. OLE color: 6370891.
HSL color Cylindrical-coordinate representation of color #4B3661: hue angle of 269.3º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B3661 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 54 | 97 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.62 |
| HSL | 269.3º | 0.28% | 0.3% | - |
| HSV(B) | 269.3º | 0.44% | 0.38% | - |
| XYZ | 6.38 | 5 | 11.94 | - |
| YUV | 65.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 54 | 97 | 0.23 | 0.44 | 0 | 0.62 | 269.3 | 0.28 | 0.3 |
| Hex | 4B | 36 | 61 | 17 | 2C | 0 | 3E | 10D | 1C | 1E |
| Octal | 113 | 66 | 141 | 27 | 54 | 0 | 76 | 415 | 34 | 36 |
| Binary | 1001011 | 110110 | 1100001 | 10111 | 101100 | 0 | 111110 | 100001101 | 11100 | 11110 |
Color Harmonies of #4B3661
Complementary color
Monochromatic Colors of #4B3661
Black with #4B3661
Text Example
Text Example
White with #4B3661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3661; }
p { color: rgb(75,54,97); }
H1.HeaderClassName
{
color: #4B3661;
}
.AnyTagClassName
{
color: #4B3661;
}
</style>
background-color css
<style>
a { background-color: #4B3661; }
a { background-color: rgb(75,54,97); }
div.DivClassName
{
background-color: #4B3661;
}
.BgClassName
{
background-color: #4B3661;
}
</style>
border-color css
<style>
span { border-color: #4B3661; }
span { border-color: rgb(75,54,97); }
td.TdClassName
{
border-color: #4B3661;
}
.TagClassName
{
border-color: #4B3661;
}
</style>