Shades of Meteorite #45386A
Tints of Meteorite #45386A
RGB
CMYK
RGB Variations
Color information
#45386A (or 0x45386A) is known color: Meteorite. HEX triplet: 45, 38 and 6A. RGB value is (69,56,106). Sum of RGB (Red+Green+Blue) = 69+56+106=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 106 - color contains mainly: blue. Hex color #45386A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45386A is #BAC795. Grayscale: #414141. Windows color (decimal): -12240790 or 6961221. OLE color: 6961221.
HSL color Cylindrical-coordinate representation of color #45386A: hue angle of 255.6º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #45386A is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 56 | 106 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.58 |
| HSL | 255.6º | 0.31% | 0.32% | - |
| HSV(B) | 255.6º | 0.47% | 0.42% | - |
| XYZ | 6.47 | 5.13 | 14.29 | - |
| YUV | 65.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 56 | 106 | 0.35 | 0.47 | 0 | 0.58 | 255.6 | 0.31 | 0.32 |
| Hex | 45 | 38 | 6A | 23 | 2F | 0 | 3A | 100 | 1F | 20 |
| Octal | 105 | 70 | 152 | 43 | 57 | 0 | 72 | 400 | 37 | 40 |
| Binary | 1000101 | 111000 | 1101010 | 100011 | 101111 | 0 | 111010 | 100000000 | 11111 | 100000 |
Color Harmonies of #45386A
Complementary color
Monochromatic Colors of #45386A
Black with #45386A
Text Example
Text Example
White with #45386A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45386A; }
p { color: rgb(69,56,106); }
H1.HeaderClassName
{
color: #45386A;
}
.AnyTagClassName
{
color: #45386A;
}
</style>
background-color css
<style>
a { background-color: #45386A; }
a { background-color: rgb(69,56,106); }
div.DivClassName
{
background-color: #45386A;
}
.BgClassName
{
background-color: #45386A;
}
</style>
border-color css
<style>
span { border-color: #45386A; }
span { border-color: rgb(69,56,106); }
td.TdClassName
{
border-color: #45386A;
}
.TagClassName
{
border-color: #45386A;
}
</style>