#4C3B60

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

Shades of Meteorite #4C3B60

Tints of Meteorite #4C3B60

Color information

#4C3B60 (or 0x4C3B60) is unknown color: approx Meteorite. HEX triplet: 4C, 3B and 60. RGB value is (76,59,96). Sum of RGB (Red+Green+Blue) = 76+59+96=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C3B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3B60 is #B3C49F. Grayscale: #444444. Windows color (decimal): -11781280 or 6306636. OLE color: 6306636.

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

Color convert

RGB765996-
CMYK0.210.3900.62
HSL267.57º23.87%30.39%-
HSV(B)267.57º38.54%37.65%-
XYZ6.665.5111.78-
YUV68.3143.63133.49-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.90%
GREEN value IS 59 (23.44% from 255) = 25.54%
BLUE value IS 96 (37.89% from 255) = 41.56%
R=32.90%
G=25.54%
B=41.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7659960.210.3900.62267.5723.8730.39
Hex4C3B60152703E10c181e
Octal1147314025470764143036
Binary100110011101111000001010110011101111101000011001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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