Shades of Meteorite #4A3D78
Tints of Meteorite #4A3D78
RGB
CMYK
RGB Variations
Color information
#4A3D78 (or 0x4A3D78) is known color: Meteorite. HEX triplet: 4A, 3D and 78. RGB value is (74,61,120). Sum of RGB (Red+Green+Blue) = 74+61+120=255 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.02% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A3D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3D78 is #B5C287. Grayscale: #474747. Windows color (decimal): -11911816 or 7880010. OLE color: 7880010.
HSL color Cylindrical-coordinate representation of color #4A3D78: hue angle of 253.22º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A3D78 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 61 | 120 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.53 |
| HSL | 253.22º | 0.33% | 0.35% | - |
| HSV(B) | 253.22º | 0.49% | 0.47% | - |
| XYZ | 7.88 | 6.15 | 18.54 | - |
| YUV | 71.61 | 155.31 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 61 | 120 | 0.38 | 0.49 | 0 | 0.53 | 253.22 | 0.33 | 0.35 |
| Hex | 4A | 3D | 78 | 26 | 31 | 0 | 35 | FD | 21 | 23 |
| Octal | 112 | 75 | 170 | 46 | 61 | 0 | 65 | 375 | 41 | 43 |
| Binary | 1001010 | 111101 | 1111000 | 100110 | 110001 | 0 | 110101 | 11111101 | 100001 | 100011 |
Color Harmonies of #4A3D78
Complementary color
Monochromatic Colors of #4A3D78
Black with #4A3D78
Text Example
Text Example
White with #4A3D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3D78; }
p { color: rgb(74,61,120); }
H1.HeaderClassName
{
color: #4A3D78;
}
.AnyTagClassName
{
color: #4A3D78;
}
</style>
background-color css
<style>
a { background-color: #4A3D78; }
a { background-color: rgb(74,61,120); }
div.DivClassName
{
background-color: #4A3D78;
}
.BgClassName
{
background-color: #4A3D78;
}
</style>
border-color css
<style>
span { border-color: #4A3D78; }
span { border-color: rgb(74,61,120); }
td.TdClassName
{
border-color: #4A3D78;
}
.TagClassName
{
border-color: #4A3D78;
}
</style>