#4C1263

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

Shades of Scarlet Gum #4C1263

Tints of Scarlet Gum #4C1263

Color information

#4C1263 (or 0x4C1263) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 12 and 63. RGB value is (76,18,99). Sum of RGB (Red+Green+Blue) = 76+18+99=193 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.38% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C1263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1263 is #B3ED9C. Grayscale: #2C2C2C. Windows color (decimal): -11791773 or 6492748. OLE color: 6492748.

HSL color Cylindrical-coordinate representation of color #4C1263: hue angle of 282.96º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C1263 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB761899-
CMYK0.230.8200.61
HSL282.96º69.23%22.94%-
HSV(B)282.96º81.82%38.82%-
XYZ5.452.8712.07-
YUV44.58158.72150.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.38%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 99 (39.06% from 255) = 51.30%
R=39.38%
G=9.33%
B=51.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7618990.230.8200.61282.9669.2322.94
Hex4C1263175203D11b4517
Octal114221432712207543310527
Binary10011001001011000111011110100100111101100011011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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