Shades of Meteorite #4B4171
Tints of Meteorite #4B4171
RGB
CMYK
RGB Variations
Color information
#4B4171 (or 0x4B4171) is known color: Meteorite. HEX triplet: 4B, 41 and 71. RGB value is (75,65,113). Sum of RGB (Red+Green+Blue) = 75+65+113=253 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.64% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B4171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4171 is #B4BE8E. Grayscale: #494949. Windows color (decimal): -11845263 or 7422283. OLE color: 7422283.
HSL color Cylindrical-coordinate representation of color #4B4171: hue angle of 252.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B4171 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 65 | 113 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.56 |
| HSL | 252.5º | 0.27% | 0.35% | - |
| HSV(B) | 252.5º | 0.42% | 0.44% | - |
| XYZ | 7.77 | 6.47 | 16.46 | - |
| YUV | 73.46 | 150.31 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 113 | 0.34 | 0.42 | 0 | 0.56 | 252.5 | 0.27 | 0.35 |
| Hex | 4B | 41 | 71 | 22 | 2A | 0 | 38 | FD | 1B | 23 |
| Octal | 113 | 101 | 161 | 42 | 52 | 0 | 70 | 375 | 33 | 43 |
| Binary | 1001011 | 1000001 | 1110001 | 100010 | 101010 | 0 | 111000 | 11111101 | 11011 | 100011 |
Color Harmonies of #4B4171
Complementary color
Monochromatic Colors of #4B4171
Black with #4B4171
Text Example
Text Example
White with #4B4171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4171; }
p { color: rgb(75,65,113); }
H1.HeaderClassName
{
color: #4B4171;
}
.AnyTagClassName
{
color: #4B4171;
}
</style>
background-color css
<style>
a { background-color: #4B4171; }
a { background-color: rgb(75,65,113); }
div.DivClassName
{
background-color: #4B4171;
}
.BgClassName
{
background-color: #4B4171;
}
</style>
border-color css
<style>
span { border-color: #4B4171; }
span { border-color: rgb(75,65,113); }
td.TdClassName
{
border-color: #4B4171;
}
.TagClassName
{
border-color: #4B4171;
}
</style>