Shades of Meteorite #453C60
Tints of Meteorite #453C60
RGB
CMYK
RGB Variations
Color information
#453C60 (or 0x453C60) is known color: Meteorite. HEX triplet: 45, 3C and 60. RGB value is (69,60,96). Sum of RGB (Red+Green+Blue) = 69+60+96=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #453C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453C60 is #BAC39F. Grayscale: #424242. Windows color (decimal): -12239776 or 6306885. OLE color: 6306885.
HSL color Cylindrical-coordinate representation of color #453C60: hue angle of 255º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #453C60 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 60 | 96 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.62 |
| HSL | 255º | 0.23% | 0.31% | - |
| HSV(B) | 255º | 0.38% | 0.38% | - |
| XYZ | 6.18 | 5.34 | 11.77 | - |
| YUV | 66.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 96 | 0.28 | 0.38 | 0 | 0.62 | 255 | 0.23 | 0.31 |
| Hex | 45 | 3C | 60 | 1C | 26 | 0 | 3E | FF | 17 | 1F |
| Octal | 105 | 74 | 140 | 34 | 46 | 0 | 76 | 377 | 27 | 37 |
| Binary | 1000101 | 111100 | 1100000 | 11100 | 100110 | 0 | 111110 | 11111111 | 10111 | 11111 |
Color Harmonies of #453C60
Complementary color
Monochromatic Colors of #453C60
Black with #453C60
Text Example
Text Example
White with #453C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C60; }
p { color: rgb(69,60,96); }
H1.HeaderClassName
{
color: #453C60;
}
.AnyTagClassName
{
color: #453C60;
}
</style>
background-color css
<style>
a { background-color: #453C60; }
a { background-color: rgb(69,60,96); }
div.DivClassName
{
background-color: #453C60;
}
.BgClassName
{
background-color: #453C60;
}
</style>
border-color css
<style>
span { border-color: #453C60; }
span { border-color: rgb(69,60,96); }
td.TdClassName
{
border-color: #453C60;
}
.TagClassName
{
border-color: #453C60;
}
</style>