#4C366C

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

Shades of Meteorite #4C366C

Tints of Meteorite #4C366C

Color information

#4C366C (or 0x4C366C) is unknown color: approx Meteorite. HEX triplet: 4C, 36 and 6C. RGB value is (76,54,108). Sum of RGB (Red+Green+Blue) = 76+54+108=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C366C is #B3C993. Grayscale: #424242. Windows color (decimal): -11782548 or 7091788. OLE color: 7091788.

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

Color convert

RGB7654108-
CMYK0.300.5000.58
HSL264.44º33.33%31.76%-
HSV(B)264.44º50%42.35%-
XYZ7.015.2614.83-
YUV66.73151.29134.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.93%
GREEN value IS 54 (21.48% from 255) = 22.69%
BLUE value IS 108 (42.58% from 255) = 45.38%
R=31.93%
G=22.69%
B=45.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76541080.300.5000.58264.4433.3331.76
Hex4C366C1E3203A1082120
Octal1146615436620724104140
Binary10011001101101101100111101100100111010100001000100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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