Shades of Meteorite #453266
Tints of Meteorite #453266
RGB
CMYK
RGB Variations
Color information
#453266 (or 0x453266) is known color: Meteorite. HEX triplet: 45, 32 and 66. RGB value is (69,50,102). Sum of RGB (Red+Green+Blue) = 69+50+102=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #453266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453266 is #BACD99. Grayscale: #3D3D3D. Windows color (decimal): -12242330 or 6697541. OLE color: 6697541.
HSL color Cylindrical-coordinate representation of color #453266: hue angle of 261.92º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #453266 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 50 | 102 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.6 |
| HSL | 261.92º | 0.34% | 0.3% | - |
| HSV(B) | 261.92º | 0.51% | 0.4% | - |
| XYZ | 5.99 | 4.51 | 13.12 | - |
| YUV | 61.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 50 | 102 | 0.32 | 0.51 | 0 | 0.6 | 261.92 | 0.34 | 0.3 |
| Hex | 45 | 32 | 66 | 20 | 33 | 0 | 3C | 106 | 22 | 1E |
| Octal | 105 | 62 | 146 | 40 | 63 | 0 | 74 | 406 | 42 | 36 |
| Binary | 1000101 | 110010 | 1100110 | 100000 | 110011 | 0 | 111100 | 100000110 | 100010 | 11110 |
Color Harmonies of #453266
Complementary color
Monochromatic Colors of #453266
Black with #453266
Text Example
Text Example
White with #453266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453266; }
p { color: rgb(69,50,102); }
H1.HeaderClassName
{
color: #453266;
}
.AnyTagClassName
{
color: #453266;
}
</style>
background-color css
<style>
a { background-color: #453266; }
a { background-color: rgb(69,50,102); }
div.DivClassName
{
background-color: #453266;
}
.BgClassName
{
background-color: #453266;
}
</style>
border-color css
<style>
span { border-color: #453266; }
span { border-color: rgb(69,50,102); }
td.TdClassName
{
border-color: #453266;
}
.TagClassName
{
border-color: #453266;
}
</style>