Shades of Meteorite #45336F
Tints of Meteorite #45336F
RGB
CMYK
RGB Variations
Color information
#45336F (or 0x45336F) is known color: Meteorite. HEX triplet: 45, 33 and 6F. RGB value is (69,51,111). Sum of RGB (Red+Green+Blue) = 69+51+111=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: blue. Hex color #45336F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45336F is #BACC90. Grayscale: #3F3F3F. Windows color (decimal): -12242065 or 7287621. OLE color: 7287621.
HSL color Cylindrical-coordinate representation of color #45336F: hue angle of 258º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45336F is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 51 | 111 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.56 |
| HSL | 258º | 0.37% | 0.32% | - |
| HSV(B) | 258º | 0.54% | 0.44% | - |
| XYZ | 6.51 | 4.78 | 15.62 | - |
| YUV | 63.22 | 154.96 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 51 | 111 | 0.38 | 0.54 | 0 | 0.56 | 258 | 0.37 | 0.32 |
| Hex | 45 | 33 | 6F | 26 | 36 | 0 | 38 | 102 | 25 | 20 |
| Octal | 105 | 63 | 157 | 46 | 66 | 0 | 70 | 402 | 45 | 40 |
| Binary | 1000101 | 110011 | 1101111 | 100110 | 110110 | 0 | 111000 | 100000010 | 100101 | 100000 |
Color Harmonies of #45336F
Complementary color
Monochromatic Colors of #45336F
Black with #45336F
Text Example
Text Example
White with #45336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45336F; }
p { color: rgb(69,51,111); }
H1.HeaderClassName
{
color: #45336F;
}
.AnyTagClassName
{
color: #45336F;
}
</style>
background-color css
<style>
a { background-color: #45336F; }
a { background-color: rgb(69,51,111); }
div.DivClassName
{
background-color: #45336F;
}
.BgClassName
{
background-color: #45336F;
}
</style>
border-color css
<style>
span { border-color: #45336F; }
span { border-color: rgb(69,51,111); }
td.TdClassName
{
border-color: #45336F;
}
.TagClassName
{
border-color: #45336F;
}
</style>