Shades of Meteorite #443975
Tints of Meteorite #443975
RGB
CMYK
RGB Variations
Color information
#443975 (or 0x443975) is known color: Meteorite. HEX triplet: 44, 39 and 75. RGB value is (68,57,117). Sum of RGB (Red+Green+Blue) = 68+57+117=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #443975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443975 is #BBC68A. Grayscale: #424242. Windows color (decimal): -12306059 or 7682372. OLE color: 7682372.
HSL color Cylindrical-coordinate representation of color #443975: hue angle of 251º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #443975 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 68 | 57 | 117 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.54 |
| HSL | 251º | 0.34% | 0.34% | - |
| HSV(B) | 251º | 0.51% | 0.46% | - |
| XYZ | 7.06 | 5.44 | 17.51 | - |
| YUV | 67.13 | 156.14 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 57 | 117 | 0.42 | 0.51 | 0 | 0.54 | 251 | 0.34 | 0.34 |
| Hex | 44 | 39 | 75 | 2A | 33 | 0 | 36 | FB | 22 | 22 |
| Octal | 104 | 71 | 165 | 52 | 63 | 0 | 66 | 373 | 42 | 42 |
| Binary | 1000100 | 111001 | 1110101 | 101010 | 110011 | 0 | 110110 | 11111011 | 100010 | 100010 |
Color Harmonies of #443975
Complementary color
Monochromatic Colors of #443975
Black with #443975
Text Example
Text Example
White with #443975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443975; }
p { color: rgb(68,57,117); }
H1.HeaderClassName
{
color: #443975;
}
.AnyTagClassName
{
color: #443975;
}
</style>
background-color css
<style>
a { background-color: #443975; }
a { background-color: rgb(68,57,117); }
div.DivClassName
{
background-color: #443975;
}
.BgClassName
{
background-color: #443975;
}
</style>
border-color css
<style>
span { border-color: #443975; }
span { border-color: rgb(68,57,117); }
td.TdClassName
{
border-color: #443975;
}
.TagClassName
{
border-color: #443975;
}
</style>