Shades of Meteorite #45326C
Tints of Meteorite #45326C
RGB
CMYK
RGB Variations
Color information
#45326C (or 0x45326C) is known color: Meteorite. HEX triplet: 45, 32 and 6C. RGB value is (69,50,108). Sum of RGB (Red+Green+Blue) = 69+50+108=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 108 (42.58% from 255 or 47.58% from 227); Max value from RGB is 108 - color contains mainly: blue. Hex color #45326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45326C is #BACD93. Grayscale: #3E3E3E. Windows color (decimal): -12242324 or 7090757. OLE color: 7090757.
HSL color Cylindrical-coordinate representation of color #45326C: hue angle of 259.66º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45326C is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 50 | 108 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.58 |
| HSL | 259.66º | 0.37% | 0.31% | - |
| HSV(B) | 259.66º | 0.54% | 0.42% | - |
| XYZ | 6.3 | 4.63 | 14.75 | - |
| YUV | 62.29 | 153.79 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 50 | 108 | 0.36 | 0.54 | 0 | 0.58 | 259.66 | 0.37 | 0.31 |
| Hex | 45 | 32 | 6C | 24 | 36 | 0 | 3A | 104 | 25 | 1F |
| Octal | 105 | 62 | 154 | 44 | 66 | 0 | 72 | 404 | 45 | 37 |
| Binary | 1000101 | 110010 | 1101100 | 100100 | 110110 | 0 | 111010 | 100000100 | 100101 | 11111 |
Color Harmonies of #45326C
Complementary color
Monochromatic Colors of #45326C
Black with #45326C
Text Example
Text Example
White with #45326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45326C; }
p { color: rgb(69,50,108); }
H1.HeaderClassName
{
color: #45326C;
}
.AnyTagClassName
{
color: #45326C;
}
</style>
background-color css
<style>
a { background-color: #45326C; }
a { background-color: rgb(69,50,108); }
div.DivClassName
{
background-color: #45326C;
}
.BgClassName
{
background-color: #45326C;
}
</style>
border-color css
<style>
span { border-color: #45326C; }
span { border-color: rgb(69,50,108); }
td.TdClassName
{
border-color: #45326C;
}
.TagClassName
{
border-color: #45326C;
}
</style>