Shades of Meteorite #453E62
Tints of Meteorite #453E62
RGB
CMYK
RGB Variations
Color information
#453E62 (or 0x453E62) is known color: Meteorite. HEX triplet: 45, 3E and 62. RGB value is (69,62,98). Sum of RGB (Red+Green+Blue) = 69+62+98=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #453E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453E62 is #BAC19D. Grayscale: #444444. Windows color (decimal): -12239262 or 6438469. OLE color: 6438469.
HSL color Cylindrical-coordinate representation of color #453E62: hue angle of 251.67º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #453E62 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 62 | 98 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.62 |
| HSL | 251.67º | 0.23% | 0.31% | - |
| HSV(B) | 251.67º | 0.37% | 0.38% | - |
| XYZ | 6.38 | 5.59 | 12.3 | - |
| YUV | 68.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 98 | 0.30 | 0.37 | 0 | 0.62 | 251.67 | 0.23 | 0.31 |
| Hex | 45 | 3E | 62 | 1E | 25 | 0 | 3E | FC | 16 | 1F |
| Octal | 105 | 76 | 142 | 36 | 45 | 0 | 76 | 374 | 26 | 37 |
| Binary | 1000101 | 111110 | 1100010 | 11110 | 100101 | 0 | 111110 | 11111100 | 10110 | 11111 |
Color Harmonies of #453E62
Complementary color
Monochromatic Colors of #453E62
Black with #453E62
Text Example
Text Example
White with #453E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453E62; }
p { color: rgb(69,62,98); }
H1.HeaderClassName
{
color: #453E62;
}
.AnyTagClassName
{
color: #453E62;
}
</style>
background-color css
<style>
a { background-color: #453E62; }
a { background-color: rgb(69,62,98); }
div.DivClassName
{
background-color: #453E62;
}
.BgClassName
{
background-color: #453E62;
}
</style>
border-color css
<style>
span { border-color: #453E62; }
span { border-color: rgb(69,62,98); }
td.TdClassName
{
border-color: #453E62;
}
.TagClassName
{
border-color: #453E62;
}
</style>