#4C1B65

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

Shades of Scarlet Gum #4C1B65

Tints of Scarlet Gum #4C1B65

Color information

#4C1B65 (or 0x4C1B65) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 1B and 65. RGB value is (76,27,101). Sum of RGB (Red+Green+Blue) = 76+27+101=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #4C1B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C1B65 is #B3E49A. Grayscale: #313131. Windows color (decimal): -11789467 or 6626124. OLE color: 6626124.

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

Color convert

RGB7627101-
CMYK0.250.7300.60
HSL279.73º57.81%25.1%-
HSV(B)279.73º73.27%39.61%-
XYZ5.723.2612.64-
YUV50.09156.73146.48-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.25%
GREEN value IS 27 (10.94% from 255) = 13.24%
BLUE value IS 101 (39.84% from 255) = 49.51%
R=37.25%
G=13.24%
B=49.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76271010.250.7300.60279.7357.8125.1
Hex4C1B65194903C1183a19
Octal11433145311110744307231
Binary1001100110111100101110011001001011110010001100011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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