#4C2465

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

Shades of Scarlet Gum #4C2465

Tints of Scarlet Gum #4C2465

Color information

#4C2465 (or 0x4C2465) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 24 and 65. RGB value is (76,36,101). Sum of RGB (Red+Green+Blue) = 76+36+101=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #4C2465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2465 is #B3DB9A. Grayscale: #373737. Windows color (decimal): -11787163 or 6628428. OLE color: 6628428.

HSL color Cylindrical-coordinate representation of color #4C2465: hue angle of 276.92º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C2465 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7636101-
CMYK0.250.6400.60
HSL276.92º47.45%26.86%-
HSV(B)276.92º64.36%39.61%-
XYZ5.963.7412.72-
YUV55.37153.75142.71-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.68%
GREEN value IS 36 (14.45% from 255) = 16.90%
BLUE value IS 101 (39.84% from 255) = 47.42%
R=35.68%
G=16.90%
B=47.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76361010.250.6400.60276.9247.4526.86
Hex4C2465194003C1152f1b
Octal11444145311000744255733
Binary10011001001001100101110011000000011110010001010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,36,101); }

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

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

 a { background-color: rgb(76,36,101); }

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

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

 span { border-color: rgb(76,36,101); }

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