Shades of Meteorite #453C71
Tints of Meteorite #453C71
RGB
CMYK
RGB Variations
Color information
#453C71 (or 0x453C71) is known color: Meteorite. HEX triplet: 45, 3C and 71. RGB value is (69,60,113). Sum of RGB (Red+Green+Blue) = 69+60+113=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #453C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453C71 is #BAC38E. Grayscale: #444444. Windows color (decimal): -12239759 or 7420997. OLE color: 7420997.
HSL color Cylindrical-coordinate representation of color #453C71: hue angle of 250.19º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #453C71 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 60 | 113 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.56 |
| HSL | 250.19º | 0.31% | 0.34% | - |
| HSV(B) | 250.19º | 0.47% | 0.44% | - |
| XYZ | 7.05 | 5.69 | 16.35 | - |
| YUV | 68.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 113 | 0.39 | 0.47 | 0 | 0.56 | 250.19 | 0.31 | 0.34 |
| Hex | 45 | 3C | 71 | 27 | 2F | 0 | 38 | FA | 1F | 22 |
| Octal | 105 | 74 | 161 | 47 | 57 | 0 | 70 | 372 | 37 | 42 |
| Binary | 1000101 | 111100 | 1110001 | 100111 | 101111 | 0 | 111000 | 11111010 | 11111 | 100010 |
Color Harmonies of #453C71
Complementary color
Monochromatic Colors of #453C71
Black with #453C71
Text Example
Text Example
White with #453C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453C71; }
p { color: rgb(69,60,113); }
H1.HeaderClassName
{
color: #453C71;
}
.AnyTagClassName
{
color: #453C71;
}
</style>
background-color css
<style>
a { background-color: #453C71; }
a { background-color: rgb(69,60,113); }
div.DivClassName
{
background-color: #453C71;
}
.BgClassName
{
background-color: #453C71;
}
</style>
border-color css
<style>
span { border-color: #453C71; }
span { border-color: rgb(69,60,113); }
td.TdClassName
{
border-color: #453C71;
}
.TagClassName
{
border-color: #453C71;
}
</style>