Shades of Meteorite #4A4175
Tints of Meteorite #4A4175
RGB
CMYK
RGB Variations
Color information
#4A4175 (or 0x4A4175) is known color: Meteorite. HEX triplet: 4A, 41 and 75. RGB value is (74,65,117). Sum of RGB (Red+Green+Blue) = 74+65+117=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A4175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4175 is #B5BE8A. Grayscale: #494949. Windows color (decimal): -11910795 or 7684426. OLE color: 7684426.
HSL color Cylindrical-coordinate representation of color #4A4175: hue angle of 250.38º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A4175 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 65 | 117 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.54 |
| HSL | 250.38º | 0.29% | 0.36% | - |
| HSV(B) | 250.38º | 0.44% | 0.46% | - |
| XYZ | 7.93 | 6.52 | 17.67 | - |
| YUV | 73.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 117 | 0.37 | 0.44 | 0 | 0.54 | 250.38 | 0.29 | 0.36 |
| Hex | 4A | 41 | 75 | 25 | 2C | 0 | 36 | FA | 1D | 24 |
| Octal | 112 | 101 | 165 | 45 | 54 | 0 | 66 | 372 | 35 | 44 |
| Binary | 1001010 | 1000001 | 1110101 | 100101 | 101100 | 0 | 110110 | 11111010 | 11101 | 100100 |
Color Harmonies of #4A4175
Complementary color
Monochromatic Colors of #4A4175
Black with #4A4175
Text Example
Text Example
White with #4A4175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4175; }
p { color: rgb(74,65,117); }
H1.HeaderClassName
{
color: #4A4175;
}
.AnyTagClassName
{
color: #4A4175;
}
</style>
background-color css
<style>
a { background-color: #4A4175; }
a { background-color: rgb(74,65,117); }
div.DivClassName
{
background-color: #4A4175;
}
.BgClassName
{
background-color: #4A4175;
}
</style>
border-color css
<style>
span { border-color: #4A4175; }
span { border-color: rgb(74,65,117); }
td.TdClassName
{
border-color: #4A4175;
}
.TagClassName
{
border-color: #4A4175;
}
</style>