Shades of Meteorite #453875
Tints of Meteorite #453875
RGB
CMYK
RGB Variations
Color information
#453875 (or 0x453875) is known color: Meteorite. HEX triplet: 45, 38 and 75. RGB value is (69,56,117). Sum of RGB (Red+Green+Blue) = 69+56+117=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #453875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453875 is #BAC78A. Grayscale: #424242. Windows color (decimal): -12240779 or 7682117. OLE color: 7682117.
HSL color Cylindrical-coordinate representation of color #453875: hue angle of 252.79º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #453875 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 69 | 56 | 117 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.54 |
| HSL | 252.79º | 0.35% | 0.34% | - |
| HSV(B) | 252.79º | 0.52% | 0.46% | - |
| XYZ | 7.08 | 5.38 | 17.49 | - |
| YUV | 66.84 | 156.31 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 117 | 0.41 | 0.52 | 0 | 0.54 | 252.79 | 0.35 | 0.34 |
| Hex | 45 | 38 | 75 | 29 | 34 | 0 | 36 | FD | 23 | 22 |
| Octal | 105 | 70 | 165 | 51 | 64 | 0 | 66 | 375 | 43 | 42 |
| Binary | 1000101 | 111000 | 1110101 | 101001 | 110100 | 0 | 110110 | 11111101 | 100011 | 100010 |
Color Harmonies of #453875
Complementary color
Monochromatic Colors of #453875
Black with #453875
Text Example
Text Example
White with #453875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453875; }
p { color: rgb(69,56,117); }
H1.HeaderClassName
{
color: #453875;
}
.AnyTagClassName
{
color: #453875;
}
</style>
background-color css
<style>
a { background-color: #453875; }
a { background-color: rgb(69,56,117); }
div.DivClassName
{
background-color: #453875;
}
.BgClassName
{
background-color: #453875;
}
</style>
border-color css
<style>
span { border-color: #453875; }
span { border-color: rgb(69,56,117); }
td.TdClassName
{
border-color: #453875;
}
.TagClassName
{
border-color: #453875;
}
</style>