Shades of Meteorite #453962
Tints of Meteorite #453962
RGB
CMYK
RGB Variations
Color information
#453962 (or 0x453962) is known color: Meteorite. HEX triplet: 45, 39 and 62. RGB value is (69,57,98). Sum of RGB (Red+Green+Blue) = 69+57+98=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #453962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453962 is #BAC69D. Grayscale: #414141. Windows color (decimal): -12240542 or 6437189. OLE color: 6437189.
HSL color Cylindrical-coordinate representation of color #453962: hue angle of 257.56º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #453962 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 57 | 98 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.62 |
| HSL | 257.56º | 0.26% | 0.3% | - |
| HSV(B) | 257.56º | 0.42% | 0.38% | - |
| XYZ | 6.12 | 5.07 | 12.21 | - |
| YUV | 65.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 57 | 98 | 0.30 | 0.42 | 0 | 0.62 | 257.56 | 0.26 | 0.3 |
| Hex | 45 | 39 | 62 | 1E | 2A | 0 | 3E | 102 | 1A | 1E |
| Octal | 105 | 71 | 142 | 36 | 52 | 0 | 76 | 402 | 32 | 36 |
| Binary | 1000101 | 111001 | 1100010 | 11110 | 101010 | 0 | 111110 | 100000010 | 11010 | 11110 |
Color Harmonies of #453962
Complementary color
Monochromatic Colors of #453962
Black with #453962
Text Example
Text Example
White with #453962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453962; }
p { color: rgb(69,57,98); }
H1.HeaderClassName
{
color: #453962;
}
.AnyTagClassName
{
color: #453962;
}
</style>
background-color css
<style>
a { background-color: #453962; }
a { background-color: rgb(69,57,98); }
div.DivClassName
{
background-color: #453962;
}
.BgClassName
{
background-color: #453962;
}
</style>
border-color css
<style>
span { border-color: #453962; }
span { border-color: rgb(69,57,98); }
td.TdClassName
{
border-color: #453962;
}
.TagClassName
{
border-color: #453962;
}
</style>