Shades of Meteorite #453965
Tints of Meteorite #453965
RGB
CMYK
RGB Variations
Color information
#453965 (or 0x453965) is known color: Meteorite. HEX triplet: 45, 39 and 65. RGB value is (69,57,101). Sum of RGB (Red+Green+Blue) = 69+57+101=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 101 - color contains mainly: blue. Hex color #453965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453965 is #BAC69A. Grayscale: #414141. Windows color (decimal): -12240539 or 6633797. OLE color: 6633797.
HSL color Cylindrical-coordinate representation of color #453965: hue angle of 256.36º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #453965 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 57 | 101 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.60 |
| HSL | 256.36º | 0.28% | 0.31% | - |
| HSV(B) | 256.36º | 0.44% | 0.4% | - |
| XYZ | 6.27 | 5.13 | 12.97 | - |
| YUV | 65.6 | 147.98 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 57 | 101 | 0.32 | 0.44 | 0 | 0.60 | 256.36 | 0.28 | 0.31 |
| Hex | 45 | 39 | 65 | 20 | 2C | 0 | 3C | 100 | 1C | 1F |
| Octal | 105 | 71 | 145 | 40 | 54 | 0 | 74 | 400 | 34 | 37 |
| Binary | 1000101 | 111001 | 1100101 | 100000 | 101100 | 0 | 111100 | 100000000 | 11100 | 11111 |
Color Harmonies of #453965
Complementary color
Monochromatic Colors of #453965
Black with #453965
Text Example
Text Example
White with #453965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453965; }
p { color: rgb(69,57,101); }
H1.HeaderClassName
{
color: #453965;
}
.AnyTagClassName
{
color: #453965;
}
</style>
background-color css
<style>
a { background-color: #453965; }
a { background-color: rgb(69,57,101); }
div.DivClassName
{
background-color: #453965;
}
.BgClassName
{
background-color: #453965;
}
</style>
border-color css
<style>
span { border-color: #453965; }
span { border-color: rgb(69,57,101); }
td.TdClassName
{
border-color: #453965;
}
.TagClassName
{
border-color: #453965;
}
</style>