Shades of Meteorite #453862
Tints of Meteorite #453862
RGB
CMYK
RGB Variations
Color information
#453862 (or 0x453862) is known color: Meteorite. HEX triplet: 45, 38 and 62. RGB value is (69,56,98). Sum of RGB (Red+Green+Blue) = 69+56+98=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #453862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453862 is #BAC79D. Grayscale: #404040. Windows color (decimal): -12240798 or 6436933. OLE color: 6436933.
HSL color Cylindrical-coordinate representation of color #453862: hue angle of 258.57º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #453862 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 56 | 98 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.62 |
| HSL | 258.57º | 0.27% | 0.3% | - |
| HSV(B) | 258.57º | 0.43% | 0.38% | - |
| XYZ | 6.07 | 4.98 | 12.2 | - |
| YUV | 64.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 98 | 0.30 | 0.43 | 0 | 0.62 | 258.57 | 0.27 | 0.3 |
| Hex | 45 | 38 | 62 | 1E | 2B | 0 | 3E | 103 | 1B | 1E |
| Octal | 105 | 70 | 142 | 36 | 53 | 0 | 76 | 403 | 33 | 36 |
| Binary | 1000101 | 111000 | 1100010 | 11110 | 101011 | 0 | 111110 | 100000011 | 11011 | 11110 |
Color Harmonies of #453862
Complementary color
Monochromatic Colors of #453862
Black with #453862
Text Example
Text Example
White with #453862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453862; }
p { color: rgb(69,56,98); }
H1.HeaderClassName
{
color: #453862;
}
.AnyTagClassName
{
color: #453862;
}
</style>
background-color css
<style>
a { background-color: #453862; }
a { background-color: rgb(69,56,98); }
div.DivClassName
{
background-color: #453862;
}
.BgClassName
{
background-color: #453862;
}
</style>
border-color css
<style>
span { border-color: #453862; }
span { border-color: rgb(69,56,98); }
td.TdClassName
{
border-color: #453862;
}
.TagClassName
{
border-color: #453862;
}
</style>