Shades of Meteorite #4A3467
Tints of Meteorite #4A3467
RGB
CMYK
RGB Variations
Color information
#4A3467 (or 0x4A3467) is known color: Meteorite. HEX triplet: 4A, 34 and 67. RGB value is (74,52,103). Sum of RGB (Red+Green+Blue) = 74+52+103=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 103 - color contains mainly: blue. Hex color #4A3467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3467 is #B5CB98. Grayscale: #404040. Windows color (decimal): -11914137 or 6763594. OLE color: 6763594.
HSL color Cylindrical-coordinate representation of color #4A3467: hue angle of 265.88º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A3467 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 52 | 103 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.60 |
| HSL | 265.88º | 0.33% | 0.3% | - |
| HSV(B) | 265.88º | 0.5% | 0.4% | - |
| XYZ | 6.5 | 4.89 | 13.43 | - |
| YUV | 64.39 | 149.79 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 52 | 103 | 0.28 | 0.50 | 0 | 0.60 | 265.88 | 0.33 | 0.3 |
| Hex | 4A | 34 | 67 | 1C | 32 | 0 | 3C | 10A | 21 | 1E |
| Octal | 112 | 64 | 147 | 34 | 62 | 0 | 74 | 412 | 41 | 36 |
| Binary | 1001010 | 110100 | 1100111 | 11100 | 110010 | 0 | 111100 | 100001010 | 100001 | 11110 |
Color Harmonies of #4A3467
Complementary color
Monochromatic Colors of #4A3467
Black with #4A3467
Text Example
Text Example
White with #4A3467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3467; }
p { color: rgb(74,52,103); }
H1.HeaderClassName
{
color: #4A3467;
}
.AnyTagClassName
{
color: #4A3467;
}
</style>
background-color css
<style>
a { background-color: #4A3467; }
a { background-color: rgb(74,52,103); }
div.DivClassName
{
background-color: #4A3467;
}
.BgClassName
{
background-color: #4A3467;
}
</style>
border-color css
<style>
span { border-color: #4A3467; }
span { border-color: rgb(74,52,103); }
td.TdClassName
{
border-color: #4A3467;
}
.TagClassName
{
border-color: #4A3467;
}
</style>