Shades of Meteorite #453A78
Tints of Meteorite #453A78
RGB
CMYK
RGB Variations
Color information
#453A78 (or 0x453A78) is known color: Meteorite. HEX triplet: 45, 3A and 78. RGB value is (69,58,120). Sum of RGB (Red+Green+Blue) = 69+58+120=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #453A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453A78 is #BAC587. Grayscale: #444444. Windows color (decimal): -12240264 or 7879237. OLE color: 7879237.
HSL color Cylindrical-coordinate representation of color #453A78: hue angle of 250.65º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #453A78 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 69 | 58 | 120 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.53 |
| HSL | 250.65º | 0.35% | 0.35% | - |
| HSV(B) | 250.65º | 0.52% | 0.47% | - |
| XYZ | 7.36 | 5.65 | 18.47 | - |
| YUV | 68.36 | 157.14 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 58 | 120 | 0.42 | 0.52 | 0 | 0.53 | 250.65 | 0.35 | 0.35 |
| Hex | 45 | 3A | 78 | 2A | 34 | 0 | 35 | FB | 23 | 23 |
| Octal | 105 | 72 | 170 | 52 | 64 | 0 | 65 | 373 | 43 | 43 |
| Binary | 1000101 | 111010 | 1111000 | 101010 | 110100 | 0 | 110101 | 11111011 | 100011 | 100011 |
Color Harmonies of #453A78
Complementary color
Monochromatic Colors of #453A78
Black with #453A78
Text Example
Text Example
White with #453A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453A78; }
p { color: rgb(69,58,120); }
H1.HeaderClassName
{
color: #453A78;
}
.AnyTagClassName
{
color: #453A78;
}
</style>
background-color css
<style>
a { background-color: #453A78; }
a { background-color: rgb(69,58,120); }
div.DivClassName
{
background-color: #453A78;
}
.BgClassName
{
background-color: #453A78;
}
</style>
border-color css
<style>
span { border-color: #453A78; }
span { border-color: rgb(69,58,120); }
td.TdClassName
{
border-color: #453A78;
}
.TagClassName
{
border-color: #453A78;
}
</style>