#4C1266

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

Shades of Scarlet Gum #4C1266

Tints of Scarlet Gum #4C1266

Color information

#4C1266 (or 0x4C1266) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 12 and 66. RGB value is (76,18,102). Sum of RGB (Red+Green+Blue) = 76+18+102=196 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.78% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #4C1266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1266 is #B3ED99. Grayscale: #2C2C2C. Windows color (decimal): -11791770 or 6689356. OLE color: 6689356.

HSL color Cylindrical-coordinate representation of color #4C1266: hue angle of 281.43º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C1266 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7618102-
CMYK0.250.8200.6
HSL281.43º70%23.53%-
HSV(B)281.43º82.35%40%-
XYZ5.62.9312.84-
YUV44.92160.22150.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.78%
GREEN value IS 18 (7.42% from 255) = 9.18%
BLUE value IS 102 (40.23% from 255) = 52.04%
R=38.78%
G=9.18%
B=52.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal76181020.250.8200.6281.437023.53
Hex4C1266195203C1194618
Octal114221463112207443110630
Binary10011001001011001101100110100100111100100011001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,18,102); }

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

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

 a { background-color: rgb(76,18,102); }

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

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

 span { border-color: rgb(76,18,102); }

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