Shades of Meteorite #45356F
Tints of Meteorite #45356F
RGB
CMYK
RGB Variations
Color information
#45356F (or 0x45356F) is known color: Meteorite. HEX triplet: 45, 35 and 6F. RGB value is (69,53,111). Sum of RGB (Red+Green+Blue) = 69+53+111=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 111 - color contains mainly: blue. Hex color #45356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45356F is #BACA90. Grayscale: #404040. Windows color (decimal): -12241553 or 7288133. OLE color: 7288133.
HSL color Cylindrical-coordinate representation of color #45356F: hue angle of 256.55º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #45356F is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 53 | 111 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.56 |
| HSL | 256.55º | 0.35% | 0.32% | - |
| HSV(B) | 256.55º | 0.52% | 0.44% | - |
| XYZ | 6.6 | 4.96 | 15.65 | - |
| YUV | 64.4 | 154.3 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 53 | 111 | 0.38 | 0.52 | 0 | 0.56 | 256.55 | 0.35 | 0.32 |
| Hex | 45 | 35 | 6F | 26 | 34 | 0 | 38 | 101 | 23 | 20 |
| Octal | 105 | 65 | 157 | 46 | 64 | 0 | 70 | 401 | 43 | 40 |
| Binary | 1000101 | 110101 | 1101111 | 100110 | 110100 | 0 | 111000 | 100000001 | 100011 | 100000 |
Color Harmonies of #45356F
Complementary color
Monochromatic Colors of #45356F
Black with #45356F
Text Example
Text Example
White with #45356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45356F; }
p { color: rgb(69,53,111); }
H1.HeaderClassName
{
color: #45356F;
}
.AnyTagClassName
{
color: #45356F;
}
</style>
background-color css
<style>
a { background-color: #45356F; }
a { background-color: rgb(69,53,111); }
div.DivClassName
{
background-color: #45356F;
}
.BgClassName
{
background-color: #45356F;
}
</style>
border-color css
<style>
span { border-color: #45356F; }
span { border-color: rgb(69,53,111); }
td.TdClassName
{
border-color: #45356F;
}
.TagClassName
{
border-color: #45356F;
}
</style>