Shades of Meteorite #453A68
Tints of Meteorite #453A68
RGB
CMYK
RGB Variations
Color information
#453A68 (or 0x453A68) is known color: Meteorite. HEX triplet: 45, 3A and 68. RGB value is (69,58,104). Sum of RGB (Red+Green+Blue) = 69+58+104=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #453A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453A68 is #BAC597. Grayscale: #424242. Windows color (decimal): -12240280 or 6830661. OLE color: 6830661.
HSL color Cylindrical-coordinate representation of color #453A68: hue angle of 254.35º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #453A68 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 58 | 104 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.59 |
| HSL | 254.35º | 0.28% | 0.32% | - |
| HSV(B) | 254.35º | 0.44% | 0.41% | - |
| XYZ | 6.47 | 5.29 | 13.78 | - |
| YUV | 66.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 104 | 0.34 | 0.44 | 0 | 0.59 | 254.35 | 0.28 | 0.32 |
| Hex | 45 | 3A | 68 | 22 | 2C | 0 | 3B | FE | 1C | 20 |
| Octal | 105 | 72 | 150 | 42 | 54 | 0 | 73 | 376 | 34 | 40 |
| Binary | 1000101 | 111010 | 1101000 | 100010 | 101100 | 0 | 111011 | 11111110 | 11100 | 100000 |
Color Harmonies of #453A68
Complementary color
Monochromatic Colors of #453A68
Black with #453A68
Text Example
Text Example
White with #453A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453A68; }
p { color: rgb(69,58,104); }
H1.HeaderClassName
{
color: #453A68;
}
.AnyTagClassName
{
color: #453A68;
}
</style>
background-color css
<style>
a { background-color: #453A68; }
a { background-color: rgb(69,58,104); }
div.DivClassName
{
background-color: #453A68;
}
.BgClassName
{
background-color: #453A68;
}
</style>
border-color css
<style>
span { border-color: #453A68; }
span { border-color: rgb(69,58,104); }
td.TdClassName
{
border-color: #453A68;
}
.TagClassName
{
border-color: #453A68;
}
</style>