#4C415F

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

Shades of Meteorite #4C415F

Tints of Meteorite #4C415F

Color information

#4C415F (or 0x4C415F) is unknown color: approx Meteorite. HEX triplet: 4C, 41 and 5F. RGB value is (76,65,95). Sum of RGB (Red+Green+Blue) = 76+65+95=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C415F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C415F is #B3BEA0. Grayscale: #474747. Windows color (decimal): -11779745 or 6242636. OLE color: 6242636.

HSL color Cylindrical-coordinate representation of color #4C415F: hue angle of 262º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C415F is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB766595-
CMYK0.200.3200.63
HSL262º18.75%31.37%-
HSV(B)262º31.58%37.25%-
XYZ6.946.1411.65-
YUV71.71141.14131.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.20%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 95 (37.5% from 255) = 40.25%
R=32.20%
G=27.54%
B=40.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7665950.200.3200.6326218.7531.37
Hex4C415F142003F106131f
Octal11410113724400774062337
Binary1001100100000110111111010010000001111111000001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,65,95); }

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

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

 a { background-color: rgb(76,65,95); }

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

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

 span { border-color: rgb(76,65,95); }

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