Shades of Meteorite #4A3E78
Tints of Meteorite #4A3E78
RGB
CMYK
RGB Variations
Color information
#4A3E78 (or 0x4A3E78) is known color: Meteorite. HEX triplet: 4A, 3E and 78. RGB value is (74,62,120). Sum of RGB (Red+Green+Blue) = 74+62+120=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A3E78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3E78 is #B5C187. Grayscale: #474747. Windows color (decimal): -11911560 or 7880266. OLE color: 7880266.
HSL color Cylindrical-coordinate representation of color #4A3E78: hue angle of 252.41º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A3E78 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 62 | 120 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.53 |
| HSL | 252.41º | 0.32% | 0.36% | - |
| HSV(B) | 252.41º | 0.48% | 0.47% | - |
| XYZ | 7.94 | 6.26 | 18.56 | - |
| YUV | 72.2 | 154.98 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 62 | 120 | 0.38 | 0.48 | 0 | 0.53 | 252.41 | 0.32 | 0.36 |
| Hex | 4A | 3E | 78 | 26 | 30 | 0 | 35 | FC | 20 | 24 |
| Octal | 112 | 76 | 170 | 46 | 60 | 0 | 65 | 374 | 40 | 44 |
| Binary | 1001010 | 111110 | 1111000 | 100110 | 110000 | 0 | 110101 | 11111100 | 100000 | 100100 |
Color Harmonies of #4A3E78
Complementary color
Monochromatic Colors of #4A3E78
Black with #4A3E78
Text Example
Text Example
White with #4A3E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3E78; }
p { color: rgb(74,62,120); }
H1.HeaderClassName
{
color: #4A3E78;
}
.AnyTagClassName
{
color: #4A3E78;
}
</style>
background-color css
<style>
a { background-color: #4A3E78; }
a { background-color: rgb(74,62,120); }
div.DivClassName
{
background-color: #4A3E78;
}
.BgClassName
{
background-color: #4A3E78;
}
</style>
border-color css
<style>
span { border-color: #4A3E78; }
span { border-color: rgb(74,62,120); }
td.TdClassName
{
border-color: #4A3E78;
}
.TagClassName
{
border-color: #4A3E78;
}
</style>