Shades of Meteorite #4C416B
Tints of Meteorite #4C416B
RGB
CMYK
RGB Variations
Color information
#4C416B (or 0x4C416B) is known color: Meteorite. HEX triplet: 4C, 41 and 6B. RGB value is (76,65,107). Sum of RGB (Red+Green+Blue) = 76+65+107=248 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.65% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C416B is #B3BE94. Grayscale: #484848. Windows color (decimal): -11779733 or 7029068. OLE color: 7029068.
HSL color Cylindrical-coordinate representation of color #4C416B: hue angle of 255.71º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C416B is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 76 | 65 | 107 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.58 |
| HSL | 255.71º | 0.24% | 0.34% | - |
| HSV(B) | 255.71º | 0.39% | 0.42% | - |
| XYZ | 7.52 | 6.38 | 14.74 | - |
| YUV | 73.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 107 | 0.29 | 0.39 | 0 | 0.58 | 255.71 | 0.24 | 0.34 |
| Hex | 4C | 41 | 6B | 1D | 27 | 0 | 3A | 100 | 18 | 22 |
| Octal | 114 | 101 | 153 | 35 | 47 | 0 | 72 | 400 | 30 | 42 |
| Binary | 1001100 | 1000001 | 1101011 | 11101 | 100111 | 0 | 111010 | 100000000 | 11000 | 100010 |
Color Harmonies of #4C416B
Complementary color
Monochromatic Colors of #4C416B
Black with #4C416B
Text Example
Text Example
White with #4C416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C416B; }
p { color: rgb(76,65,107); }
H1.HeaderClassName
{
color: #4C416B;
}
.AnyTagClassName
{
color: #4C416B;
}
</style>
background-color css
<style>
a { background-color: #4C416B; }
a { background-color: rgb(76,65,107); }
div.DivClassName
{
background-color: #4C416B;
}
.BgClassName
{
background-color: #4C416B;
}
</style>
border-color css
<style>
span { border-color: #4C416B; }
span { border-color: rgb(76,65,107); }
td.TdClassName
{
border-color: #4C416B;
}
.TagClassName
{
border-color: #4C416B;
}
</style>