Shades of Meteorite #453E67
Tints of Meteorite #453E67
RGB
CMYK
RGB Variations
Color information
#453E67 (or 0x453E67) is known color: Meteorite. HEX triplet: 45, 3E and 67. RGB value is (69,62,103). Sum of RGB (Red+Green+Blue) = 69+62+103=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #453E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453E67 is #BAC198. Grayscale: #444444. Windows color (decimal): -12239257 or 6766149. OLE color: 6766149.
HSL color Cylindrical-coordinate representation of color #453E67: hue angle of 250.24º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #453E67 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 62 | 103 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.60 |
| HSL | 250.24º | 0.25% | 0.32% | - |
| HSV(B) | 250.24º | 0.4% | 0.4% | - |
| XYZ | 6.63 | 5.69 | 13.58 | - |
| YUV | 68.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 103 | 0.33 | 0.40 | 0 | 0.60 | 250.24 | 0.25 | 0.32 |
| Hex | 45 | 3E | 67 | 21 | 28 | 0 | 3C | FA | 19 | 20 |
| Octal | 105 | 76 | 147 | 41 | 50 | 0 | 74 | 372 | 31 | 40 |
| Binary | 1000101 | 111110 | 1100111 | 100001 | 101000 | 0 | 111100 | 11111010 | 11001 | 100000 |
Color Harmonies of #453E67
Complementary color
Monochromatic Colors of #453E67
Black with #453E67
Text Example
Text Example
White with #453E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453E67; }
p { color: rgb(69,62,103); }
H1.HeaderClassName
{
color: #453E67;
}
.AnyTagClassName
{
color: #453E67;
}
</style>
background-color css
<style>
a { background-color: #453E67; }
a { background-color: rgb(69,62,103); }
div.DivClassName
{
background-color: #453E67;
}
.BgClassName
{
background-color: #453E67;
}
</style>
border-color css
<style>
span { border-color: #453E67; }
span { border-color: rgb(69,62,103); }
td.TdClassName
{
border-color: #453E67;
}
.TagClassName
{
border-color: #453E67;
}
</style>