Shades of Meteorite #453B6A
Tints of Meteorite #453B6A
RGB
CMYK
RGB Variations
Color information
#453B6A (or 0x453B6A) is known color: Meteorite. HEX triplet: 45, 3B and 6A. RGB value is (69,59,106). Sum of RGB (Red+Green+Blue) = 69+59+106=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 106 - color contains mainly: blue. Hex color #453B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453B6A is #BAC495. Grayscale: #434343. Windows color (decimal): -12240022 or 6961989. OLE color: 6961989.
HSL color Cylindrical-coordinate representation of color #453B6A: hue angle of 252.77º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #453B6A is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 59 | 106 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.58 |
| HSL | 252.77º | 0.28% | 0.32% | - |
| HSV(B) | 252.77º | 0.44% | 0.42% | - |
| XYZ | 6.62 | 5.43 | 14.34 | - |
| YUV | 67.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 106 | 0.35 | 0.44 | 0 | 0.58 | 252.77 | 0.28 | 0.32 |
| Hex | 45 | 3B | 6A | 23 | 2C | 0 | 3A | FD | 1C | 20 |
| Octal | 105 | 73 | 152 | 43 | 54 | 0 | 72 | 375 | 34 | 40 |
| Binary | 1000101 | 111011 | 1101010 | 100011 | 101100 | 0 | 111010 | 11111101 | 11100 | 100000 |
Color Harmonies of #453B6A
Complementary color
Monochromatic Colors of #453B6A
Black with #453B6A
Text Example
Text Example
White with #453B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453B6A; }
p { color: rgb(69,59,106); }
H1.HeaderClassName
{
color: #453B6A;
}
.AnyTagClassName
{
color: #453B6A;
}
</style>
background-color css
<style>
a { background-color: #453B6A; }
a { background-color: rgb(69,59,106); }
div.DivClassName
{
background-color: #453B6A;
}
.BgClassName
{
background-color: #453B6A;
}
</style>
border-color css
<style>
span { border-color: #453B6A; }
span { border-color: rgb(69,59,106); }
td.TdClassName
{
border-color: #453B6A;
}
.TagClassName
{
border-color: #453B6A;
}
</style>