Shades of Meteorite #4A3669
Tints of Meteorite #4A3669
RGB
CMYK
RGB Variations
Color information
#4A3669 (or 0x4A3669) is known color: Meteorite. HEX triplet: 4A, 36 and 69. RGB value is (74,54,105). Sum of RGB (Red+Green+Blue) = 74+54+105=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #4A3669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3669 is #B5C996. Grayscale: #414141. Windows color (decimal): -11913623 or 6895178. OLE color: 6895178.
HSL color Cylindrical-coordinate representation of color #4A3669: hue angle of 263.53º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A3669 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 54 | 105 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.59 |
| HSL | 263.53º | 0.32% | 0.31% | - |
| HSV(B) | 263.53º | 0.49% | 0.41% | - |
| XYZ | 6.69 | 5.11 | 14 | - |
| YUV | 65.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 54 | 105 | 0.30 | 0.49 | 0 | 0.59 | 263.53 | 0.32 | 0.31 |
| Hex | 4A | 36 | 69 | 1E | 31 | 0 | 3B | 108 | 20 | 1F |
| Octal | 112 | 66 | 151 | 36 | 61 | 0 | 73 | 410 | 40 | 37 |
| Binary | 1001010 | 110110 | 1101001 | 11110 | 110001 | 0 | 111011 | 100001000 | 100000 | 11111 |
Color Harmonies of #4A3669
Complementary color
Monochromatic Colors of #4A3669
Black with #4A3669
Text Example
Text Example
White with #4A3669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3669; }
p { color: rgb(74,54,105); }
H1.HeaderClassName
{
color: #4A3669;
}
.AnyTagClassName
{
color: #4A3669;
}
</style>
background-color css
<style>
a { background-color: #4A3669; }
a { background-color: rgb(74,54,105); }
div.DivClassName
{
background-color: #4A3669;
}
.BgClassName
{
background-color: #4A3669;
}
</style>
border-color css
<style>
span { border-color: #4A3669; }
span { border-color: rgb(74,54,105); }
td.TdClassName
{
border-color: #4A3669;
}
.TagClassName
{
border-color: #4A3669;
}
</style>