#4C4260

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

Shades of Meteorite #4C4260

Tints of Meteorite #4C4260

Color information

#4C4260 (or 0x4C4260) is unknown color: approx Meteorite. HEX triplet: 4C, 42 and 60. RGB value is (76,66,96). Sum of RGB (Red+Green+Blue) = 76+66+96=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C4260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4260 is #B3BD9F. Grayscale: #484848. Windows color (decimal): -11779488 or 6308428. OLE color: 6308428.

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

Color convert

RGB766696-
CMYK0.210.3100.62
HSL260º18.52%31.76%-
HSV(B)260º31.25%37.65%-
XYZ7.046.2811.91-
YUV72.41141.31130.56-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.93%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=31.93%
G=27.73%
B=40.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7666960.210.3100.6226018.5231.76
Hex4C4260151F03E1041320
Octal11410214025370764042340
Binary1001100100001011000001010111111011111010000010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,66,96); }

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

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

 a { background-color: rgb(76,66,96); }

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

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

 span { border-color: rgb(76,66,96); }

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