#4C2F5A

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

Shades of Scarlet Gum #4C2F5A

Tints of Scarlet Gum #4C2F5A

Color information

#4C2F5A (or 0x4C2F5A) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 2F and 5A. RGB value is (76,47,90). Sum of RGB (Red+Green+Blue) = 76+47+90=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C2F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2F5A is #B3D0A5. Grayscale: #3C3C3C. Windows color (decimal): -11784358 or 5910348. OLE color: 5910348.

HSL color Cylindrical-coordinate representation of color #4C2F5A: hue angle of 280.47º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C2F5A is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB764790-
CMYK0.160.4800.65
HSL280.47º31.39%26.86%-
HSV(B)280.47º47.78%35.29%-
XYZ5.844.3110.2-
YUV60.57144.61139-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.68%
GREEN value IS 47 (18.75% from 255) = 22.07%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=35.68%
G=22.07%
B=42.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7647900.160.4800.65280.4731.3926.86
Hex4C2F5A10300411181f1b
Octal11457132206001014303733
Binary1001100101111101101010000110000010000011000110001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,47,90); }

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

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

 a { background-color: rgb(76,47,90); }

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

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

 span { border-color: rgb(76,47,90); }

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