Shades of Meteorite #453165
Tints of Meteorite #453165
RGB
CMYK
RGB Variations
Color information
#453165 (or 0x453165) is known color: Meteorite. HEX triplet: 45, 31 and 65. RGB value is (69,49,101). Sum of RGB (Red+Green+Blue) = 69+49+101=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #453165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453165 is #BACE9A. Grayscale: #3C3C3C. Windows color (decimal): -12242587 or 6631749. OLE color: 6631749.
HSL color Cylindrical-coordinate representation of color #453165: hue angle of 263.08º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #453165 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 49 | 101 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.60 |
| HSL | 263.08º | 0.35% | 0.29% | - |
| HSV(B) | 263.08º | 0.51% | 0.4% | - |
| XYZ | 5.9 | 4.4 | 12.85 | - |
| YUV | 60.91 | 150.63 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 49 | 101 | 0.32 | 0.51 | 0 | 0.60 | 263.08 | 0.35 | 0.29 |
| Hex | 45 | 31 | 65 | 20 | 33 | 0 | 3C | 107 | 23 | 1D |
| Octal | 105 | 61 | 145 | 40 | 63 | 0 | 74 | 407 | 43 | 35 |
| Binary | 1000101 | 110001 | 1100101 | 100000 | 110011 | 0 | 111100 | 100000111 | 100011 | 11101 |
Color Harmonies of #453165
Complementary color
Monochromatic Colors of #453165
Black with #453165
Text Example
Text Example
White with #453165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453165; }
p { color: rgb(69,49,101); }
H1.HeaderClassName
{
color: #453165;
}
.AnyTagClassName
{
color: #453165;
}
</style>
background-color css
<style>
a { background-color: #453165; }
a { background-color: rgb(69,49,101); }
div.DivClassName
{
background-color: #453165;
}
.BgClassName
{
background-color: #453165;
}
</style>
border-color css
<style>
span { border-color: #453165; }
span { border-color: rgb(69,49,101); }
td.TdClassName
{
border-color: #453165;
}
.TagClassName
{
border-color: #453165;
}
</style>