Shades of Meteorite #4A4174
Tints of Meteorite #4A4174
RGB
CMYK
RGB Variations
Color information
#4A4174 (or 0x4A4174) is known color: Meteorite. HEX triplet: 4A, 41 and 74. RGB value is (74,65,116). Sum of RGB (Red+Green+Blue) = 74+65+116=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #4A4174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4174 is #B5BE8B. Grayscale: #494949. Windows color (decimal): -11910796 or 7618890. OLE color: 7618890.
HSL color Cylindrical-coordinate representation of color #4A4174: hue angle of 250.59º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A4174 is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 65 | 116 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.55 |
| HSL | 250.59º | 0.28% | 0.35% | - |
| HSV(B) | 250.59º | 0.44% | 0.45% | - |
| XYZ | 7.87 | 6.5 | 17.36 | - |
| YUV | 73.51 | 151.98 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 116 | 0.36 | 0.44 | 0 | 0.55 | 250.59 | 0.28 | 0.35 |
| Hex | 4A | 41 | 74 | 24 | 2C | 0 | 37 | FB | 1C | 23 |
| Octal | 112 | 101 | 164 | 44 | 54 | 0 | 67 | 373 | 34 | 43 |
| Binary | 1001010 | 1000001 | 1110100 | 100100 | 101100 | 0 | 110111 | 11111011 | 11100 | 100011 |
Color Harmonies of #4A4174
Complementary color
Monochromatic Colors of #4A4174
Black with #4A4174
Text Example
Text Example
White with #4A4174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4174; }
p { color: rgb(74,65,116); }
H1.HeaderClassName
{
color: #4A4174;
}
.AnyTagClassName
{
color: #4A4174;
}
</style>
background-color css
<style>
a { background-color: #4A4174; }
a { background-color: rgb(74,65,116); }
div.DivClassName
{
background-color: #4A4174;
}
.BgClassName
{
background-color: #4A4174;
}
</style>
border-color css
<style>
span { border-color: #4A4174; }
span { border-color: rgb(74,65,116); }
td.TdClassName
{
border-color: #4A4174;
}
.TagClassName
{
border-color: #4A4174;
}
</style>