Shades of Meteorite #45336A
Tints of Meteorite #45336A
RGB
CMYK
RGB Variations
Color information
#45336A (or 0x45336A) is known color: Meteorite. HEX triplet: 45, 33 and 6A. RGB value is (69,51,106). Sum of RGB (Red+Green+Blue) = 69+51+106=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 106 - color contains mainly: blue. Hex color #45336A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45336A is #BACC95. Grayscale: #3E3E3E. Windows color (decimal): -12242070 or 6959941. OLE color: 6959941.
HSL color Cylindrical-coordinate representation of color #45336A: hue angle of 259.64º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #45336A is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 51 | 106 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.58 |
| HSL | 259.64º | 0.35% | 0.31% | - |
| HSV(B) | 259.64º | 0.52% | 0.42% | - |
| XYZ | 6.24 | 4.67 | 14.21 | - |
| YUV | 62.65 | 152.46 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 51 | 106 | 0.35 | 0.52 | 0 | 0.58 | 259.64 | 0.35 | 0.31 |
| Hex | 45 | 33 | 6A | 23 | 34 | 0 | 3A | 104 | 23 | 1F |
| Octal | 105 | 63 | 152 | 43 | 64 | 0 | 72 | 404 | 43 | 37 |
| Binary | 1000101 | 110011 | 1101010 | 100011 | 110100 | 0 | 111010 | 100000100 | 100011 | 11111 |
Color Harmonies of #45336A
Complementary color
Monochromatic Colors of #45336A
Black with #45336A
Text Example
Text Example
White with #45336A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45336A; }
p { color: rgb(69,51,106); }
H1.HeaderClassName
{
color: #45336A;
}
.AnyTagClassName
{
color: #45336A;
}
</style>
background-color css
<style>
a { background-color: #45336A; }
a { background-color: rgb(69,51,106); }
div.DivClassName
{
background-color: #45336A;
}
.BgClassName
{
background-color: #45336A;
}
</style>
border-color css
<style>
span { border-color: #45336A; }
span { border-color: rgb(69,51,106); }
td.TdClassName
{
border-color: #45336A;
}
.TagClassName
{
border-color: #45336A;
}
</style>