Shades of Meteorite #453B61
Tints of Meteorite #453B61
RGB
CMYK
RGB Variations
Color information
#453B61 (or 0x453B61) is known color: Meteorite. HEX triplet: 45, 3B and 61. RGB value is (69,59,97). Sum of RGB (Red+Green+Blue) = 69+59+97=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 59 (23.44% from 255 or 26.22% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #453B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453B61 is #BAC49E. Grayscale: #424242. Windows color (decimal): -12240031 or 6372165. OLE color: 6372165.
HSL color Cylindrical-coordinate representation of color #453B61: hue angle of 255.79º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #453B61 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 59 | 97 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.62 |
| HSL | 255.79º | 0.24% | 0.31% | - |
| HSV(B) | 255.79º | 0.39% | 0.38% | - |
| XYZ | 6.18 | 5.26 | 12 | - |
| YUV | 66.32 | 145.31 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 97 | 0.29 | 0.39 | 0 | 0.62 | 255.79 | 0.24 | 0.31 |
| Hex | 45 | 3B | 61 | 1D | 27 | 0 | 3E | 100 | 18 | 1F |
| Octal | 105 | 73 | 141 | 35 | 47 | 0 | 76 | 400 | 30 | 37 |
| Binary | 1000101 | 111011 | 1100001 | 11101 | 100111 | 0 | 111110 | 100000000 | 11000 | 11111 |
Color Harmonies of #453B61
Complementary color
Monochromatic Colors of #453B61
Black with #453B61
Text Example
Text Example
White with #453B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B61; }
p { color: rgb(69,59,97); }
H1.HeaderClassName
{
color: #453B61;
}
.AnyTagClassName
{
color: #453B61;
}
</style>
background-color css
<style>
a { background-color: #453B61; }
a { background-color: rgb(69,59,97); }
div.DivClassName
{
background-color: #453B61;
}
.BgClassName
{
background-color: #453B61;
}
</style>
border-color css
<style>
span { border-color: #453B61; }
span { border-color: rgb(69,59,97); }
td.TdClassName
{
border-color: #453B61;
}
.TagClassName
{
border-color: #453B61;
}
</style>