Shades of Meteorite #45366E
Tints of Meteorite #45366E
RGB
CMYK
RGB Variations
Color information
#45366E (or 0x45366E) is known color: Meteorite. HEX triplet: 45, 36 and 6E. RGB value is (69,54,110). Sum of RGB (Red+Green+Blue) = 69+54+110=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #45366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45366E is #BAC991. Grayscale: #404040. Windows color (decimal): -12241298 or 7222853. OLE color: 7222853.
HSL color Cylindrical-coordinate representation of color #45366E: hue angle of 256.07º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45366E is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 54 | 110 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.57 |
| HSL | 256.07º | 0.34% | 0.32% | - |
| HSV(B) | 256.07º | 0.51% | 0.43% | - |
| XYZ | 6.59 | 5.03 | 15.38 | - |
| YUV | 64.87 | 153.47 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 54 | 110 | 0.37 | 0.51 | 0 | 0.57 | 256.07 | 0.34 | 0.32 |
| Hex | 45 | 36 | 6E | 25 | 33 | 0 | 39 | 100 | 22 | 20 |
| Octal | 105 | 66 | 156 | 45 | 63 | 0 | 71 | 400 | 42 | 40 |
| Binary | 1000101 | 110110 | 1101110 | 100101 | 110011 | 0 | 111001 | 100000000 | 100010 | 100000 |
Color Harmonies of #45366E
Complementary color
Monochromatic Colors of #45366E
Black with #45366E
Text Example
Text Example
White with #45366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45366E; }
p { color: rgb(69,54,110); }
H1.HeaderClassName
{
color: #45366E;
}
.AnyTagClassName
{
color: #45366E;
}
</style>
background-color css
<style>
a { background-color: #45366E; }
a { background-color: rgb(69,54,110); }
div.DivClassName
{
background-color: #45366E;
}
.BgClassName
{
background-color: #45366E;
}
</style>
border-color css
<style>
span { border-color: #45366E; }
span { border-color: rgb(69,54,110); }
td.TdClassName
{
border-color: #45366E;
}
.TagClassName
{
border-color: #45366E;
}
</style>