Shades of Meteorite #453265
Tints of Meteorite #453265
RGB
CMYK
RGB Variations
Color information
#453265 (or 0x453265) is known color: Meteorite. HEX triplet: 45, 32 and 65. RGB value is (69,50,101). Sum of RGB (Red+Green+Blue) = 69+50+101=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #453265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453265 is #BACD9A. Grayscale: #3D3D3D. Windows color (decimal): -12242331 or 6632005. OLE color: 6632005.
HSL color Cylindrical-coordinate representation of color #453265: hue angle of 262.35º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #453265 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 50 | 101 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.60 |
| HSL | 262.35º | 0.34% | 0.3% | - |
| HSV(B) | 262.35º | 0.5% | 0.4% | - |
| XYZ | 5.94 | 4.49 | 12.86 | - |
| YUV | 61.5 | 150.29 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 50 | 101 | 0.32 | 0.50 | 0 | 0.60 | 262.35 | 0.34 | 0.3 |
| Hex | 45 | 32 | 65 | 20 | 32 | 0 | 3C | 106 | 22 | 1E |
| Octal | 105 | 62 | 145 | 40 | 62 | 0 | 74 | 406 | 42 | 36 |
| Binary | 1000101 | 110010 | 1100101 | 100000 | 110010 | 0 | 111100 | 100000110 | 100010 | 11110 |
Color Harmonies of #453265
Complementary color
Monochromatic Colors of #453265
Black with #453265
Text Example
Text Example
White with #453265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453265; }
p { color: rgb(69,50,101); }
H1.HeaderClassName
{
color: #453265;
}
.AnyTagClassName
{
color: #453265;
}
</style>
background-color css
<style>
a { background-color: #453265; }
a { background-color: rgb(69,50,101); }
div.DivClassName
{
background-color: #453265;
}
.BgClassName
{
background-color: #453265;
}
</style>
border-color css
<style>
span { border-color: #453265; }
span { border-color: rgb(69,50,101); }
td.TdClassName
{
border-color: #453265;
}
.TagClassName
{
border-color: #453265;
}
</style>