#4C3760

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

Shades of Meteorite #4C3760

Tints of Meteorite #4C3760

Color information

#4C3760 (or 0x4C3760) is unknown color: approx Meteorite. HEX triplet: 4C, 37 and 60. RGB value is (76,55,96). Sum of RGB (Red+Green+Blue) = 76+55+96=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C3760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3760 is #B3C89F. Grayscale: #414141. Windows color (decimal): -11782304 or 6305612. OLE color: 6305612.

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

Color convert

RGB765596-
CMYK0.210.4300.62
HSL270.73º27.15%29.61%-
HSV(B)270.73º42.71%37.65%-
XYZ6.465.1111.71-
YUV65.95144.96135.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.48%
GREEN value IS 55 (21.88% from 255) = 24.23%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=33.48%
G=24.23%
B=42.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7655960.210.4300.62270.7327.1529.61
Hex4C3760152B03E10f1b1e
Octal1146714025530764173336
Binary100110011011111000001010110101101111101000011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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