#4C3660

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

Shades of Scarlet Gum #4C3660

Tints of Scarlet Gum #4C3660

Color information

#4C3660 (or 0x4C3660) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 36 and 60. RGB value is (76,54,96). Sum of RGB (Red+Green+Blue) = 76+54+96=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C3660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3660 is #B3C99F. Grayscale: #414141. Windows color (decimal): -11782560 or 6305356. OLE color: 6305356.

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

Color convert

RGB765496-
CMYK0.210.4400.62
HSL271.43º28%29.41%-
HSV(B)271.43º43.75%37.65%-
XYZ6.415.0211.7-
YUV65.37145.29135.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.63%
GREEN value IS 54 (21.48% from 255) = 23.89%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=33.63%
G=23.89%
B=42.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7654960.210.4400.62271.432829.41
Hex4C3660152C03E10f1c1d
Octal1146614025540764173435
Binary100110011011011000001010110110001111101000011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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