Shades of Meteorite #4B4361
Tints of Meteorite #4B4361
RGB
CMYK
RGB Variations
Color information
#4B4361 (or 0x4B4361) is known color: Meteorite. HEX triplet: 4B, 43 and 61. RGB value is (75,67,97). Sum of RGB (Red+Green+Blue) = 75+67+97=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 97 - color contains mainly: blue. Hex color #4B4361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4361 is #B4BC9E. Grayscale: #484848. Windows color (decimal): -11844767 or 6374219. OLE color: 6374219.
HSL color Cylindrical-coordinate representation of color #4B4361: hue angle of 256º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B4361 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 67 | 97 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.62 |
| HSL | 256º | 0.18% | 0.32% | - |
| HSV(B) | 256º | 0.31% | 0.38% | - |
| XYZ | 7.07 | 6.37 | 12.17 | - |
| YUV | 72.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 67 | 97 | 0.23 | 0.31 | 0 | 0.62 | 256 | 0.18 | 0.32 |
| Hex | 4B | 43 | 61 | 17 | 1F | 0 | 3E | 100 | 12 | 20 |
| Octal | 113 | 103 | 141 | 27 | 37 | 0 | 76 | 400 | 22 | 40 |
| Binary | 1001011 | 1000011 | 1100001 | 10111 | 11111 | 0 | 111110 | 100000000 | 10010 | 100000 |
Color Harmonies of #4B4361
Complementary color
Monochromatic Colors of #4B4361
Black with #4B4361
Text Example
Text Example
White with #4B4361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4361; }
p { color: rgb(75,67,97); }
H1.HeaderClassName
{
color: #4B4361;
}
.AnyTagClassName
{
color: #4B4361;
}
</style>
background-color css
<style>
a { background-color: #4B4361; }
a { background-color: rgb(75,67,97); }
div.DivClassName
{
background-color: #4B4361;
}
.BgClassName
{
background-color: #4B4361;
}
</style>
border-color css
<style>
span { border-color: #4B4361; }
span { border-color: rgb(75,67,97); }
td.TdClassName
{
border-color: #4B4361;
}
.TagClassName
{
border-color: #4B4361;
}
</style>