Shades of Meteorite #443366
Tints of Meteorite #443366
RGB
CMYK
RGB Variations
Color information
#443366 (or 0x443366) is known color: Meteorite. HEX triplet: 44, 33 and 66. RGB value is (68,51,102). Sum of RGB (Red+Green+Blue) = 68+51+102=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #443366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443366 is #BBCC99. Grayscale: #3D3D3D. Windows color (decimal): -12307610 or 6697796. OLE color: 6697796.
HSL color Cylindrical-coordinate representation of color #443366: hue angle of 260º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #443366 is Cyan = 0.33, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 68 | 51 | 102 | - |
| CMYK | 0.33 | 0.5 | 0 | 0.6 |
| HSL | 260º | 0.33% | 0.3% | - |
| HSV(B) | 260º | 0.5% | 0.4% | - |
| XYZ | 5.97 | 4.56 | 13.14 | - |
| YUV | 61.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 51 | 102 | 0.33 | 0.5 | 0 | 0.6 | 260 | 0.33 | 0.3 |
| Hex | 44 | 33 | 66 | 21 | 32 | 0 | 3C | 104 | 21 | 1E |
| Octal | 104 | 63 | 146 | 41 | 62 | 0 | 74 | 404 | 41 | 36 |
| Binary | 1000100 | 110011 | 1100110 | 100001 | 110010 | 0 | 111100 | 100000100 | 100001 | 11110 |
Color Harmonies of #443366
Complementary color
Monochromatic Colors of #443366
Black with #443366
Text Example
Text Example
White with #443366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443366; }
p { color: rgb(68,51,102); }
H1.HeaderClassName
{
color: #443366;
}
.AnyTagClassName
{
color: #443366;
}
</style>
background-color css
<style>
a { background-color: #443366; }
a { background-color: rgb(68,51,102); }
div.DivClassName
{
background-color: #443366;
}
.BgClassName
{
background-color: #443366;
}
</style>
border-color css
<style>
span { border-color: #443366; }
span { border-color: rgb(68,51,102); }
td.TdClassName
{
border-color: #443366;
}
.TagClassName
{
border-color: #443366;
}
</style>