#4C366D

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

Shades of Meteorite #4C366D

Tints of Meteorite #4C366D

Color information

#4C366D (or 0x4C366D) is unknown color: approx Meteorite. HEX triplet: 4C, 36 and 6D. RGB value is (76,54,109). Sum of RGB (Red+Green+Blue) = 76+54+109=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C366D is #B3C992. Grayscale: #424242. Windows color (decimal): -11782547 or 7157324. OLE color: 7157324.

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

Color convert

RGB7654109-
CMYK0.300.5000.57
HSL264º33.74%31.96%-
HSV(B)264º50.46%42.75%-
XYZ7.065.2815.11-
YUV66.85151.79134.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.80%
GREEN value IS 54 (21.48% from 255) = 22.59%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=31.80%
G=22.59%
B=45.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76541090.300.5000.5726433.7431.96
Hex4C366D1E320391082220
Octal1146615536620714104240
Binary10011001101101101101111101100100111001100001000100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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