Shades of Meteorite #4A396C
Tints of Meteorite #4A396C
RGB
CMYK
RGB Variations
Color information
#4A396C (or 0x4A396C) is known color: Meteorite. HEX triplet: 4A, 39 and 6C. RGB value is (74,57,108). Sum of RGB (Red+Green+Blue) = 74+57+108=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #4A396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A396C is #B5C693. Grayscale: #434343. Windows color (decimal): -11912852 or 7092554. OLE color: 7092554.
HSL color Cylindrical-coordinate representation of color #4A396C: hue angle of 260º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A396C is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 57 | 108 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.58 |
| HSL | 260º | 0.31% | 0.32% | - |
| HSV(B) | 260º | 0.47% | 0.42% | - |
| XYZ | 6.99 | 5.46 | 14.87 | - |
| YUV | 67.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 108 | 0.31 | 0.47 | 0 | 0.58 | 260 | 0.31 | 0.32 |
| Hex | 4A | 39 | 6C | 1F | 2F | 0 | 3A | 104 | 1F | 20 |
| Octal | 112 | 71 | 154 | 37 | 57 | 0 | 72 | 404 | 37 | 40 |
| Binary | 1001010 | 111001 | 1101100 | 11111 | 101111 | 0 | 111010 | 100000100 | 11111 | 100000 |
Color Harmonies of #4A396C
Complementary color
Monochromatic Colors of #4A396C
Black with #4A396C
Text Example
Text Example
White with #4A396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A396C; }
p { color: rgb(74,57,108); }
H1.HeaderClassName
{
color: #4A396C;
}
.AnyTagClassName
{
color: #4A396C;
}
</style>
background-color css
<style>
a { background-color: #4A396C; }
a { background-color: rgb(74,57,108); }
div.DivClassName
{
background-color: #4A396C;
}
.BgClassName
{
background-color: #4A396C;
}
</style>
border-color css
<style>
span { border-color: #4A396C; }
span { border-color: rgb(74,57,108); }
td.TdClassName
{
border-color: #4A396C;
}
.TagClassName
{
border-color: #4A396C;
}
</style>