Shades of Meteorite #4B4461
Tints of Meteorite #4B4461
RGB
CMYK
RGB Variations
Color information
#4B4461 (or 0x4B4461) is known color: Meteorite. HEX triplet: 4B, 44 and 61. RGB value is (75,68,97). Sum of RGB (Red+Green+Blue) = 75+68+97=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #4B4461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4461 is #B4BB9E. Grayscale: #494949. Windows color (decimal): -11844511 or 6374475. OLE color: 6374475.
HSL color Cylindrical-coordinate representation of color #4B4461: hue angle of 254.48º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B4461 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 68 | 97 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.62 |
| HSL | 254.48º | 0.18% | 0.32% | - |
| HSV(B) | 254.48º | 0.3% | 0.38% | - |
| XYZ | 7.13 | 6.49 | 12.19 | - |
| YUV | 73.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 68 | 97 | 0.23 | 0.30 | 0 | 0.62 | 254.48 | 0.18 | 0.32 |
| Hex | 4B | 44 | 61 | 17 | 1E | 0 | 3E | FE | 12 | 20 |
| Octal | 113 | 104 | 141 | 27 | 36 | 0 | 76 | 376 | 22 | 40 |
| Binary | 1001011 | 1000100 | 1100001 | 10111 | 11110 | 0 | 111110 | 11111110 | 10010 | 100000 |
Color Harmonies of #4B4461
Complementary color
Monochromatic Colors of #4B4461
Black with #4B4461
Text Example
Text Example
White with #4B4461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4461; }
p { color: rgb(75,68,97); }
H1.HeaderClassName
{
color: #4B4461;
}
.AnyTagClassName
{
color: #4B4461;
}
</style>
background-color css
<style>
a { background-color: #4B4461; }
a { background-color: rgb(75,68,97); }
div.DivClassName
{
background-color: #4B4461;
}
.BgClassName
{
background-color: #4B4461;
}
</style>
border-color css
<style>
span { border-color: #4B4461; }
span { border-color: rgb(75,68,97); }
td.TdClassName
{
border-color: #4B4461;
}
.TagClassName
{
border-color: #4B4461;
}
</style>