#4C2765

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

Shades of Scarlet Gum #4C2765

Tints of Scarlet Gum #4C2765

Color information

#4C2765 (or 0x4C2765) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 27 and 65. RGB value is (76,39,101). Sum of RGB (Red+Green+Blue) = 76+39+101=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #4C2765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2765 is #B3D89A. Grayscale: #383838. Windows color (decimal): -11786395 or 6629196. OLE color: 6629196.

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

Color convert

RGB7639101-
CMYK0.250.6100.60
HSL275.81º44.29%27.45%-
HSV(B)275.81º61.39%39.61%-
XYZ6.053.9312.75-
YUV57.13152.76141.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.19%
GREEN value IS 39 (15.62% from 255) = 18.06%
BLUE value IS 101 (39.84% from 255) = 46.76%
R=35.19%
G=18.06%
B=46.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76391010.250.6100.60275.8144.2927.45
Hex4C2765193D03C1142c1b
Octal1144714531750744245433
Binary1001100100111110010111001111101011110010001010010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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