Shades of Meteorite #4A356F
Tints of Meteorite #4A356F
RGB
CMYK
RGB Variations
Color information
#4A356F (or 0x4A356F) is known color: Meteorite. HEX triplet: 4A, 35 and 6F. RGB value is (74,53,111). Sum of RGB (Red+Green+Blue) = 74+53+111=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #4A356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A356F is #B5CA90. Grayscale: #414141. Windows color (decimal): -11913873 or 7288138. OLE color: 7288138.
HSL color Cylindrical-coordinate representation of color #4A356F: hue angle of 261.72º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A356F is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 53 | 111 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.56 |
| HSL | 261.72º | 0.35% | 0.32% | - |
| HSV(B) | 261.72º | 0.52% | 0.44% | - |
| XYZ | 6.97 | 5.15 | 15.67 | - |
| YUV | 65.89 | 153.46 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 53 | 111 | 0.33 | 0.52 | 0 | 0.56 | 261.72 | 0.35 | 0.32 |
| Hex | 4A | 35 | 6F | 21 | 34 | 0 | 38 | 106 | 23 | 20 |
| Octal | 112 | 65 | 157 | 41 | 64 | 0 | 70 | 406 | 43 | 40 |
| Binary | 1001010 | 110101 | 1101111 | 100001 | 110100 | 0 | 111000 | 100000110 | 100011 | 100000 |
Color Harmonies of #4A356F
Complementary color
Monochromatic Colors of #4A356F
Black with #4A356F
Text Example
Text Example
White with #4A356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A356F; }
p { color: rgb(74,53,111); }
H1.HeaderClassName
{
color: #4A356F;
}
.AnyTagClassName
{
color: #4A356F;
}
</style>
background-color css
<style>
a { background-color: #4A356F; }
a { background-color: rgb(74,53,111); }
div.DivClassName
{
background-color: #4A356F;
}
.BgClassName
{
background-color: #4A356F;
}
</style>
border-color css
<style>
span { border-color: #4A356F; }
span { border-color: rgb(74,53,111); }
td.TdClassName
{
border-color: #4A356F;
}
.TagClassName
{
border-color: #4A356F;
}
</style>