Shades of Meteorite #453C66
Tints of Meteorite #453C66
RGB
CMYK
RGB Variations
Color information
#453C66 (or 0x453C66) is known color: Meteorite. HEX triplet: 45, 3C and 66. RGB value is (69,60,102). Sum of RGB (Red+Green+Blue) = 69+60+102=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #453C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453C66 is #BAC399. Grayscale: #434343. Windows color (decimal): -12239770 or 6700101. OLE color: 6700101.
HSL color Cylindrical-coordinate representation of color #453C66: hue angle of 252.86º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #453C66 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 60 | 102 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.6 |
| HSL | 252.86º | 0.26% | 0.32% | - |
| HSV(B) | 252.86º | 0.41% | 0.4% | - |
| XYZ | 6.47 | 5.46 | 13.28 | - |
| YUV | 67.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 102 | 0.32 | 0.41 | 0 | 0.6 | 252.86 | 0.26 | 0.32 |
| Hex | 45 | 3C | 66 | 20 | 29 | 0 | 3C | FD | 1A | 20 |
| Octal | 105 | 74 | 146 | 40 | 51 | 0 | 74 | 375 | 32 | 40 |
| Binary | 1000101 | 111100 | 1100110 | 100000 | 101001 | 0 | 111100 | 11111101 | 11010 | 100000 |
Color Harmonies of #453C66
Complementary color
Monochromatic Colors of #453C66
Black with #453C66
Text Example
Text Example
White with #453C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C66; }
p { color: rgb(69,60,102); }
H1.HeaderClassName
{
color: #453C66;
}
.AnyTagClassName
{
color: #453C66;
}
</style>
background-color css
<style>
a { background-color: #453C66; }
a { background-color: rgb(69,60,102); }
div.DivClassName
{
background-color: #453C66;
}
.BgClassName
{
background-color: #453C66;
}
</style>
border-color css
<style>
span { border-color: #453C66; }
span { border-color: rgb(69,60,102); }
td.TdClassName
{
border-color: #453C66;
}
.TagClassName
{
border-color: #453C66;
}
</style>