Shades of Meteorite #453E64
Tints of Meteorite #453E64
RGB
CMYK
RGB Variations
Color information
#453E64 (or 0x453E64) is known color: Meteorite. HEX triplet: 45, 3E and 64. RGB value is (69,62,100). Sum of RGB (Red+Green+Blue) = 69+62+100=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 100 - color contains mainly: blue. Hex color #453E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453E64 is #BAC19B. Grayscale: #444444. Windows color (decimal): -12239260 or 6569541. OLE color: 6569541.
HSL color Cylindrical-coordinate representation of color #453E64: hue angle of 251.05º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #453E64 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 62 | 100 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.61 |
| HSL | 251.05º | 0.23% | 0.32% | - |
| HSV(B) | 251.05º | 0.38% | 0.39% | - |
| XYZ | 6.48 | 5.63 | 12.8 | - |
| YUV | 68.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 100 | 0.31 | 0.38 | 0 | 0.61 | 251.05 | 0.23 | 0.32 |
| Hex | 45 | 3E | 64 | 1F | 26 | 0 | 3D | FB | 17 | 20 |
| Octal | 105 | 76 | 144 | 37 | 46 | 0 | 75 | 373 | 27 | 40 |
| Binary | 1000101 | 111110 | 1100100 | 11111 | 100110 | 0 | 111101 | 11111011 | 10111 | 100000 |
Color Harmonies of #453E64
Complementary color
Monochromatic Colors of #453E64
Black with #453E64
Text Example
Text Example
White with #453E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453E64; }
p { color: rgb(69,62,100); }
H1.HeaderClassName
{
color: #453E64;
}
.AnyTagClassName
{
color: #453E64;
}
</style>
background-color css
<style>
a { background-color: #453E64; }
a { background-color: rgb(69,62,100); }
div.DivClassName
{
background-color: #453E64;
}
.BgClassName
{
background-color: #453E64;
}
</style>
border-color css
<style>
span { border-color: #453E64; }
span { border-color: rgb(69,62,100); }
td.TdClassName
{
border-color: #453E64;
}
.TagClassName
{
border-color: #453E64;
}
</style>