Shades of Meteorite #45336D
Tints of Meteorite #45336D
RGB
CMYK
RGB Variations
Color information
#45336D (or 0x45336D) is known color: Meteorite. HEX triplet: 45, 33 and 6D. RGB value is (69,51,109). Sum of RGB (Red+Green+Blue) = 69+51+109=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #45336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45336D is #BACC92. Grayscale: #3E3E3E. Windows color (decimal): -12242067 or 7156549. OLE color: 7156549.
HSL color Cylindrical-coordinate representation of color #45336D: hue angle of 258.62º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #45336D is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 51 | 109 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.57 |
| HSL | 258.62º | 0.36% | 0.31% | - |
| HSV(B) | 258.62º | 0.53% | 0.43% | - |
| XYZ | 6.4 | 4.74 | 15.05 | - |
| YUV | 62.99 | 153.96 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 51 | 109 | 0.37 | 0.53 | 0 | 0.57 | 258.62 | 0.36 | 0.31 |
| Hex | 45 | 33 | 6D | 25 | 35 | 0 | 39 | 103 | 24 | 1F |
| Octal | 105 | 63 | 155 | 45 | 65 | 0 | 71 | 403 | 44 | 37 |
| Binary | 1000101 | 110011 | 1101101 | 100101 | 110101 | 0 | 111001 | 100000011 | 100100 | 11111 |
Color Harmonies of #45336D
Complementary color
Monochromatic Colors of #45336D
Black with #45336D
Text Example
Text Example
White with #45336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45336D; }
p { color: rgb(69,51,109); }
H1.HeaderClassName
{
color: #45336D;
}
.AnyTagClassName
{
color: #45336D;
}
</style>
background-color css
<style>
a { background-color: #45336D; }
a { background-color: rgb(69,51,109); }
div.DivClassName
{
background-color: #45336D;
}
.BgClassName
{
background-color: #45336D;
}
</style>
border-color css
<style>
span { border-color: #45336D; }
span { border-color: rgb(69,51,109); }
td.TdClassName
{
border-color: #45336D;
}
.TagClassName
{
border-color: #45336D;
}
</style>