#4C3162

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

Shades of Scarlet Gum #4C3162

Tints of Scarlet Gum #4C3162

Color information

#4C3162 (or 0x4C3162) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 31 and 62. RGB value is (76,49,98). Sum of RGB (Red+Green+Blue) = 76+49+98=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C3162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3162 is #B3CE9D. Grayscale: #3E3E3E. Windows color (decimal): -11783838 or 6435148. OLE color: 6435148.

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

Color convert

RGB764998-
CMYK0.220.500.62
HSL273.06º33.33%28.82%-
HSV(B)273.06º50%38.43%-
XYZ6.284.6112.11-
YUV62.66147.95137.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.08%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 98 (38.67% from 255) = 43.95%
R=34.08%
G=21.97%
B=43.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7649980.220.500.62273.0633.3328.82
Hex4C3162163203E111211d
Octal1146114226620764214135
Binary1001100110001110001010110110010011111010001000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,49,98); }

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

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

 a { background-color: rgb(76,49,98); }

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

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

 span { border-color: rgb(76,49,98); }

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