Shades of Meteorite #4A375F
Tints of Meteorite #4A375F
RGB
CMYK
RGB Variations
Color information
#4A375F (or 0x4A375F) is known color: Meteorite. HEX triplet: 4A, 37 and 5F. RGB value is (74,55,95). Sum of RGB (Red+Green+Blue) = 74+55+95=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A375F is #B5C8A0. Grayscale: #414141. Windows color (decimal): -11913377 or 6240074. OLE color: 6240074.
HSL color Cylindrical-coordinate representation of color #4A375F: hue angle of 268.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A375F is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 55 | 95 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.63 |
| HSL | 268.5º | 0.27% | 0.29% | - |
| HSV(B) | 268.5º | 0.42% | 0.37% | - |
| XYZ | 6.26 | 5.01 | 11.46 | - |
| YUV | 65.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 55 | 95 | 0.22 | 0.42 | 0 | 0.63 | 268.5 | 0.27 | 0.29 |
| Hex | 4A | 37 | 5F | 16 | 2A | 0 | 3F | 10C | 1B | 1D |
| Octal | 112 | 67 | 137 | 26 | 52 | 0 | 77 | 414 | 33 | 35 |
| Binary | 1001010 | 110111 | 1011111 | 10110 | 101010 | 0 | 111111 | 100001100 | 11011 | 11101 |
Color Harmonies of #4A375F
Complementary color
Monochromatic Colors of #4A375F
Black with #4A375F
Text Example
Text Example
White with #4A375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A375F; }
p { color: rgb(74,55,95); }
H1.HeaderClassName
{
color: #4A375F;
}
.AnyTagClassName
{
color: #4A375F;
}
</style>
background-color css
<style>
a { background-color: #4A375F; }
a { background-color: rgb(74,55,95); }
div.DivClassName
{
background-color: #4A375F;
}
.BgClassName
{
background-color: #4A375F;
}
</style>
border-color css
<style>
span { border-color: #4A375F; }
span { border-color: rgb(74,55,95); }
td.TdClassName
{
border-color: #4A375F;
}
.TagClassName
{
border-color: #4A375F;
}
</style>