Shades of Meteorite #453E65
Tints of Meteorite #453E65
RGB
CMYK
RGB Variations
Color information
#453E65 (or 0x453E65) is known color: Meteorite. HEX triplet: 45, 3E and 65. RGB value is (69,62,101). Sum of RGB (Red+Green+Blue) = 69+62+101=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #453E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453E65 is #BAC19A. Grayscale: #444444. Windows color (decimal): -12239259 or 6635077. OLE color: 6635077.
HSL color Cylindrical-coordinate representation of color #453E65: hue angle of 250.77º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #453E65 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 62 | 101 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.60 |
| HSL | 250.77º | 0.24% | 0.32% | - |
| HSV(B) | 250.77º | 0.39% | 0.4% | - |
| XYZ | 6.53 | 5.65 | 13.06 | - |
| YUV | 68.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 101 | 0.32 | 0.39 | 0 | 0.60 | 250.77 | 0.24 | 0.32 |
| Hex | 45 | 3E | 65 | 20 | 27 | 0 | 3C | FB | 18 | 20 |
| Octal | 105 | 76 | 145 | 40 | 47 | 0 | 74 | 373 | 30 | 40 |
| Binary | 1000101 | 111110 | 1100101 | 100000 | 100111 | 0 | 111100 | 11111011 | 11000 | 100000 |
Color Harmonies of #453E65
Complementary color
Monochromatic Colors of #453E65
Black with #453E65
Text Example
Text Example
White with #453E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453E65; }
p { color: rgb(69,62,101); }
H1.HeaderClassName
{
color: #453E65;
}
.AnyTagClassName
{
color: #453E65;
}
</style>
background-color css
<style>
a { background-color: #453E65; }
a { background-color: rgb(69,62,101); }
div.DivClassName
{
background-color: #453E65;
}
.BgClassName
{
background-color: #453E65;
}
</style>
border-color css
<style>
span { border-color: #453E65; }
span { border-color: rgb(69,62,101); }
td.TdClassName
{
border-color: #453E65;
}
.TagClassName
{
border-color: #453E65;
}
</style>