Shades of Meteorite #453B6F
Tints of Meteorite #453B6F
RGB
CMYK
RGB Variations
Color information
#453B6F (or 0x453B6F) is known color: Meteorite. HEX triplet: 45, 3B and 6F. RGB value is (69,59,111). Sum of RGB (Red+Green+Blue) = 69+59+111=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #453B6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453B6F is #BAC490. Grayscale: #434343. Windows color (decimal): -12240017 or 7289669. OLE color: 7289669.
HSL color Cylindrical-coordinate representation of color #453B6F: hue angle of 251.54º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #453B6F is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 59 | 111 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.56 |
| HSL | 251.54º | 0.31% | 0.33% | - |
| HSV(B) | 251.54º | 0.47% | 0.44% | - |
| XYZ | 6.89 | 5.54 | 15.75 | - |
| YUV | 67.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 111 | 0.38 | 0.47 | 0 | 0.56 | 251.54 | 0.31 | 0.33 |
| Hex | 45 | 3B | 6F | 26 | 2F | 0 | 38 | FC | 1F | 21 |
| Octal | 105 | 73 | 157 | 46 | 57 | 0 | 70 | 374 | 37 | 41 |
| Binary | 1000101 | 111011 | 1101111 | 100110 | 101111 | 0 | 111000 | 11111100 | 11111 | 100001 |
Color Harmonies of #453B6F
Complementary color
Monochromatic Colors of #453B6F
Black with #453B6F
Text Example
Text Example
White with #453B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B6F; }
p { color: rgb(69,59,111); }
H1.HeaderClassName
{
color: #453B6F;
}
.AnyTagClassName
{
color: #453B6F;
}
</style>
background-color css
<style>
a { background-color: #453B6F; }
a { background-color: rgb(69,59,111); }
div.DivClassName
{
background-color: #453B6F;
}
.BgClassName
{
background-color: #453B6F;
}
</style>
border-color css
<style>
span { border-color: #453B6F; }
span { border-color: rgb(69,59,111); }
td.TdClassName
{
border-color: #453B6F;
}
.TagClassName
{
border-color: #453B6F;
}
</style>