#4C376C

Color #4C376C Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #4C376C

Tints of Meteorite #4C376C

Color information

#4C376C (or 0x4C376C) is unknown color: approx Meteorite. HEX triplet: 4C, 37 and 6C. RGB value is (76,55,108). Sum of RGB (Red+Green+Blue) = 76+55+108=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C376C is #B3C893. Grayscale: #434343. Windows color (decimal): -11782292 or 7092044. OLE color: 7092044.

HSL color Cylindrical-coordinate representation of color #4C376C: hue angle of 263.77º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C376C is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7655108-
CMYK0.300.4900.58
HSL263.77º32.52%31.96%-
HSV(B)263.77º49.07%42.35%-
XYZ7.055.3514.85-
YUV67.32150.96134.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 31.80%
GREEN value IS 55 (21.88% from 255) = 23.01%
BLUE value IS 108 (42.58% from 255) = 45.19%
R=31.80%
G=23.01%
B=45.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76551080.300.4900.58263.7732.5231.96
Hex4C376C1E3103A1082120
Octal1146715436610724104140
Binary10011001101111101100111101100010111010100001000100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C376C; }

 p { color: rgb(76,55,108); }

 H1.HeaderClassName
 {
   color: #4C376C;
 }
 .AnyTagClassName
 {
   color: #4C376C;
 }
</style>
background-color css

<style>
 a { background-color: #4C376C; }

 a { background-color: rgb(76,55,108); }

 div.DivClassName
 {
   background-color: #4C376C;
 }
 .BgClassName
 {
   background-color: #4C376C;
 }
</style>
border-color css

<style>
 span { border-color: #4C376C; }

 span { border-color: rgb(76,55,108); }

 td.TdClassName
 {
   border-color: #4C376C;
 }
 .TagClassName
 {
   border-color: #4C376C;
 }
</style>