#4C4464

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

Shades of Meteorite #4C4464

Tints of Meteorite #4C4464

Color information

#4C4464 (or 0x4C4464) is unknown color: approx Meteorite. HEX triplet: 4C, 44 and 64. RGB value is (76,68,100). Sum of RGB (Red+Green+Blue) = 76+68+100=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 100 - color contains mainly: blue. Hex color #4C4464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4464 is #B3BB9B. Grayscale: #494949. Windows color (decimal): -11778972 or 6571084. OLE color: 6571084.

HSL color Cylindrical-coordinate representation of color #4C4464: hue angle of 255º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C4464 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7668100-
CMYK0.240.3200.61
HSL255º19.05%32.94%-
HSV(B)255º32%39.22%-
XYZ7.356.5912.94-
YUV74.04142.65129.4-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.15%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 100 (39.45% from 255) = 40.98%
R=31.15%
G=27.87%
B=40.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal76681000.240.3200.6125519.0532.94
Hex4C4464182003Dff1321
Octal11410414430400753772341
Binary1001100100010011001001100010000001111011111111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,68,100); }

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

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

 a { background-color: rgb(76,68,100); }

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

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

 span { border-color: rgb(76,68,100); }

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