#4C1061

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

Shades of Scarlet Gum #4C1061

Tints of Scarlet Gum #4C1061

Color information

#4C1061 (or 0x4C1061) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 10 and 61. RGB value is (76,16,97). Sum of RGB (Red+Green+Blue) = 76+16+97=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #4C1061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1061 is #B3EF9E. Grayscale: #2A2A2A. Windows color (decimal): -11792287 or 6361164. OLE color: 6361164.

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

Color convert

RGB761697-
CMYK0.220.8400.62
HSL284.44º71.68%22.16%-
HSV(B)284.44º83.51%38.04%-
XYZ5.322.7711.56-
YUV43.17158.38151.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40.21%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 97 (38.28% from 255) = 51.32%
R=40.21%
G=8.47%
B=51.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7616970.220.8400.62284.4471.6822.16
Hex4C1061165403E11c4816
Octal114201412612407643411026
Binary10011001000011000011011010101000111110100011100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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