Shades of Meteorite #443663
Tints of Meteorite #443663
RGB
CMYK
RGB Variations
Color information
#443663 (or 0x443663) is known color: Meteorite. HEX triplet: 44, 36 and 63. RGB value is (68,54,99). Sum of RGB (Red+Green+Blue) = 68+54+99=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #443663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443663 is #BBC99C. Grayscale: #3F3F3F. Windows color (decimal): -12306845 or 6501956. OLE color: 6501956.
HSL color Cylindrical-coordinate representation of color #443663: hue angle of 258.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #443663 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 54 | 99 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.61 |
| HSL | 258.67º | 0.29% | 0.3% | - |
| HSV(B) | 258.67º | 0.45% | 0.39% | - |
| XYZ | 5.96 | 4.77 | 12.41 | - |
| YUV | 63.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 54 | 99 | 0.31 | 0.45 | 0 | 0.61 | 258.67 | 0.29 | 0.3 |
| Hex | 44 | 36 | 63 | 1F | 2D | 0 | 3D | 103 | 1D | 1E |
| Octal | 104 | 66 | 143 | 37 | 55 | 0 | 75 | 403 | 35 | 36 |
| Binary | 1000100 | 110110 | 1100011 | 11111 | 101101 | 0 | 111101 | 100000011 | 11101 | 11110 |
Color Harmonies of #443663
Complementary color
Monochromatic Colors of #443663
Black with #443663
Text Example
Text Example
White with #443663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443663; }
p { color: rgb(68,54,99); }
H1.HeaderClassName
{
color: #443663;
}
.AnyTagClassName
{
color: #443663;
}
</style>
background-color css
<style>
a { background-color: #443663; }
a { background-color: rgb(68,54,99); }
div.DivClassName
{
background-color: #443663;
}
.BgClassName
{
background-color: #443663;
}
</style>
border-color css
<style>
span { border-color: #443663; }
span { border-color: rgb(68,54,99); }
td.TdClassName
{
border-color: #443663;
}
.TagClassName
{
border-color: #443663;
}
</style>