#4C1861

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

Shades of Scarlet Gum #4C1861

Tints of Scarlet Gum #4C1861

Color information

#4C1861 (or 0x4C1861) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 18 and 61. RGB value is (76,24,97). Sum of RGB (Red+Green+Blue) = 76+24+97=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #4C1861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1861 is #B3E79E. Grayscale: #2F2F2F. Windows color (decimal): -11790239 or 6363212. OLE color: 6363212.

HSL color Cylindrical-coordinate representation of color #4C1861: hue angle of 282.74º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C1861 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB762497-
CMYK0.220.7500.62
HSL282.74º60.33%23.73%-
HSV(B)282.74º75.26%38.04%-
XYZ5.463.0511.61-
YUV47.87155.73148.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.58%
GREEN value IS 24 (9.77% from 255) = 12.18%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=38.58%
G=12.18%
B=49.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7624970.220.7500.62282.7460.3323.73
Hex4C1861164B03E11b3c18
Octal11430141261130764337430
Binary1001100110001100001101101001011011111010001101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,24,97); }

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

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

 a { background-color: rgb(76,24,97); }

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

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

 span { border-color: rgb(76,24,97); }

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