Shades of Meteorite #453C70
Tints of Meteorite #453C70
RGB
CMYK
RGB Variations
Color information
#453C70 (or 0x453C70) is known color: Meteorite. HEX triplet: 45, 3C and 70. RGB value is (69,60,112). Sum of RGB (Red+Green+Blue) = 69+60+112=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #453C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453C70 is #BAC38F. Grayscale: #444444. Windows color (decimal): -12239760 or 7355461. OLE color: 7355461.
HSL color Cylindrical-coordinate representation of color #453C70: hue angle of 250.38º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #453C70 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 60 | 112 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.56 |
| HSL | 250.38º | 0.3% | 0.34% | - |
| HSV(B) | 250.38º | 0.46% | 0.44% | - |
| XYZ | 6.99 | 5.67 | 16.05 | - |
| YUV | 68.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 112 | 0.38 | 0.46 | 0 | 0.56 | 250.38 | 0.3 | 0.34 |
| Hex | 45 | 3C | 70 | 26 | 2E | 0 | 38 | FA | 1E | 22 |
| Octal | 105 | 74 | 160 | 46 | 56 | 0 | 70 | 372 | 36 | 42 |
| Binary | 1000101 | 111100 | 1110000 | 100110 | 101110 | 0 | 111000 | 11111010 | 11110 | 100010 |
Color Harmonies of #453C70
Complementary color
Monochromatic Colors of #453C70
Black with #453C70
Text Example
Text Example
White with #453C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C70; }
p { color: rgb(69,60,112); }
H1.HeaderClassName
{
color: #453C70;
}
.AnyTagClassName
{
color: #453C70;
}
</style>
background-color css
<style>
a { background-color: #453C70; }
a { background-color: rgb(69,60,112); }
div.DivClassName
{
background-color: #453C70;
}
.BgClassName
{
background-color: #453C70;
}
</style>
border-color css
<style>
span { border-color: #453C70; }
span { border-color: rgb(69,60,112); }
td.TdClassName
{
border-color: #453C70;
}
.TagClassName
{
border-color: #453C70;
}
</style>