Shades of Meteorite #4A3C67
Tints of Meteorite #4A3C67
RGB
CMYK
RGB Variations
Color information
#4A3C67 (or 0x4A3C67) is known color: Meteorite. HEX triplet: 4A, 3C and 67. RGB value is (74,60,103). Sum of RGB (Red+Green+Blue) = 74+60+103=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A3C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3C67 is #B5C398. Grayscale: #444444. Windows color (decimal): -11912089 or 6765642. OLE color: 6765642.
HSL color Cylindrical-coordinate representation of color #4A3C67: hue angle of 259.53º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A3C67 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 60 | 103 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.60 |
| HSL | 259.53º | 0.26% | 0.32% | - |
| HSV(B) | 259.53º | 0.42% | 0.4% | - |
| XYZ | 6.89 | 5.67 | 13.56 | - |
| YUV | 69.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 60 | 103 | 0.28 | 0.42 | 0 | 0.60 | 259.53 | 0.26 | 0.32 |
| Hex | 4A | 3C | 67 | 1C | 2A | 0 | 3C | 104 | 1A | 20 |
| Octal | 112 | 74 | 147 | 34 | 52 | 0 | 74 | 404 | 32 | 40 |
| Binary | 1001010 | 111100 | 1100111 | 11100 | 101010 | 0 | 111100 | 100000100 | 11010 | 100000 |
Color Harmonies of #4A3C67
Complementary color
Monochromatic Colors of #4A3C67
Black with #4A3C67
Text Example
Text Example
White with #4A3C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3C67; }
p { color: rgb(74,60,103); }
H1.HeaderClassName
{
color: #4A3C67;
}
.AnyTagClassName
{
color: #4A3C67;
}
</style>
background-color css
<style>
a { background-color: #4A3C67; }
a { background-color: rgb(74,60,103); }
div.DivClassName
{
background-color: #4A3C67;
}
.BgClassName
{
background-color: #4A3C67;
}
</style>
border-color css
<style>
span { border-color: #4A3C67; }
span { border-color: rgb(74,60,103); }
td.TdClassName
{
border-color: #4A3C67;
}
.TagClassName
{
border-color: #4A3C67;
}
</style>