#4C366B

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

Shades of Meteorite #4C366B

Tints of Meteorite #4C366B

Color information

#4C366B (or 0x4C366B) is unknown color: approx Meteorite. HEX triplet: 4C, 36 and 6B. RGB value is (76,54,107). Sum of RGB (Red+Green+Blue) = 76+54+107=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C366B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C366B is #B3C994. Grayscale: #424242. Windows color (decimal): -11782549 or 7026252. OLE color: 7026252.

HSL color Cylindrical-coordinate representation of color #4C366B: hue angle of 264.91º 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 #4C366B is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7654107-
CMYK0.290.5000.58
HSL264.91º32.92%31.57%-
HSV(B)264.91º49.53%41.96%-
XYZ6.955.2414.55-
YUV66.62150.79134.69-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.07%
GREEN value IS 54 (21.48% from 255) = 22.78%
BLUE value IS 107 (42.19% from 255) = 45.15%
R=32.07%
G=22.78%
B=45.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76541070.290.5000.58264.9132.9231.57
Hex4C366B1D3203A1092120
Octal1146615335620724114140
Binary10011001101101101011111011100100111010100001001100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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