Shades of Meteorite #443164
Tints of Meteorite #443164
RGB
CMYK
RGB Variations
Color information
#443164 (or 0x443164) is known color: Meteorite. HEX triplet: 44, 31 and 64. RGB value is (68,49,100). Sum of RGB (Red+Green+Blue) = 68+49+100=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 100 (39.45% from 255 or 46.08% from 217); Max value from RGB is 100 - color contains mainly: blue. Hex color #443164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443164 is #BBCE9B. Grayscale: #3C3C3C. Windows color (decimal): -12308124 or 6566212. OLE color: 6566212.
HSL color Cylindrical-coordinate representation of color #443164: hue angle of 262.35º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #443164 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 49 | 100 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.61 |
| HSL | 262.35º | 0.34% | 0.29% | - |
| HSV(B) | 262.35º | 0.51% | 0.39% | - |
| XYZ | 5.78 | 4.35 | 12.59 | - |
| YUV | 60.5 | 150.29 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 49 | 100 | 0.32 | 0.51 | 0 | 0.61 | 262.35 | 0.34 | 0.29 |
| Hex | 44 | 31 | 64 | 20 | 33 | 0 | 3D | 106 | 22 | 1D |
| Octal | 104 | 61 | 144 | 40 | 63 | 0 | 75 | 406 | 42 | 35 |
| Binary | 1000100 | 110001 | 1100100 | 100000 | 110011 | 0 | 111101 | 100000110 | 100010 | 11101 |
Color Harmonies of #443164
Complementary color
Monochromatic Colors of #443164
Black with #443164
Text Example
Text Example
White with #443164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443164; }
p { color: rgb(68,49,100); }
H1.HeaderClassName
{
color: #443164;
}
.AnyTagClassName
{
color: #443164;
}
</style>
background-color css
<style>
a { background-color: #443164; }
a { background-color: rgb(68,49,100); }
div.DivClassName
{
background-color: #443164;
}
.BgClassName
{
background-color: #443164;
}
</style>
border-color css
<style>
span { border-color: #443164; }
span { border-color: rgb(68,49,100); }
td.TdClassName
{
border-color: #443164;
}
.TagClassName
{
border-color: #443164;
}
</style>