#4C1D68

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

Shades of Scarlet Gum #4C1D68

Tints of Scarlet Gum #4C1D68

Color information

#4C1D68 (or 0x4C1D68) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 1D and 68. RGB value is (76,29,104). Sum of RGB (Red+Green+Blue) = 76+29+104=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C1D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C1D68 is #B3E297. Grayscale: #333333. Windows color (decimal): -11788952 or 6823244. OLE color: 6823244.

HSL color Cylindrical-coordinate representation of color #4C1D68: hue angle of 277.6º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C1D68 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7629104-
CMYK0.270.7200.59
HSL277.6º56.39%26.08%-
HSV(B)277.6º72.12%40.78%-
XYZ5.923.4113.44-
YUV51.6157.57145.4-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.36%
GREEN value IS 29 (11.72% from 255) = 13.88%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=36.36%
G=13.88%
B=49.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal76291040.270.7200.59277.656.3926.08
Hex4C1D681B4803B116381a
Octal11435150331100734267032
Binary1001100111011101000110111001000011101110001011011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,29,104); }

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

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

 a { background-color: rgb(76,29,104); }

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

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

 span { border-color: rgb(76,29,104); }

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