Shades of Meteorite #4A3B69
Tints of Meteorite #4A3B69
RGB
CMYK
RGB Variations
Color information
#4A3B69 (or 0x4A3B69) is known color: Meteorite. HEX triplet: 4A, 3B and 69. RGB value is (74,59,105). Sum of RGB (Red+Green+Blue) = 74+59+105=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #4A3B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3B69 is #B5C496. Grayscale: #444444. Windows color (decimal): -11912343 or 6896458. OLE color: 6896458.
HSL color Cylindrical-coordinate representation of color #4A3B69: hue angle of 259.57º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A3B69 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 59 | 105 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.59 |
| HSL | 259.57º | 0.28% | 0.32% | - |
| HSV(B) | 259.57º | 0.44% | 0.41% | - |
| XYZ | 6.94 | 5.6 | 14.08 | - |
| YUV | 68.73 | 148.47 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 59 | 105 | 0.30 | 0.44 | 0 | 0.59 | 259.57 | 0.28 | 0.32 |
| Hex | 4A | 3B | 69 | 1E | 2C | 0 | 3B | 104 | 1C | 20 |
| Octal | 112 | 73 | 151 | 36 | 54 | 0 | 73 | 404 | 34 | 40 |
| Binary | 1001010 | 111011 | 1101001 | 11110 | 101100 | 0 | 111011 | 100000100 | 11100 | 100000 |
Color Harmonies of #4A3B69
Complementary color
Monochromatic Colors of #4A3B69
Black with #4A3B69
Text Example
Text Example
White with #4A3B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3B69; }
p { color: rgb(74,59,105); }
H1.HeaderClassName
{
color: #4A3B69;
}
.AnyTagClassName
{
color: #4A3B69;
}
</style>
background-color css
<style>
a { background-color: #4A3B69; }
a { background-color: rgb(74,59,105); }
div.DivClassName
{
background-color: #4A3B69;
}
.BgClassName
{
background-color: #4A3B69;
}
</style>
border-color css
<style>
span { border-color: #4A3B69; }
span { border-color: rgb(74,59,105); }
td.TdClassName
{
border-color: #4A3B69;
}
.TagClassName
{
border-color: #4A3B69;
}
</style>