#4C1462

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

Shades of Scarlet Gum #4C1462

Tints of Scarlet Gum #4C1462

Color information

#4C1462 (or 0x4C1462) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 14 and 62. RGB value is (76,20,98). Sum of RGB (Red+Green+Blue) = 76+20+98=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C1462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1462 is #B3EB9D. Grayscale: #2D2D2D. Windows color (decimal): -11791262 or 6427724. OLE color: 6427724.

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

Color convert

RGB762098-
CMYK0.220.8000.62
HSL283.08º66.1%23.14%-
HSV(B)283.08º79.59%38.43%-
XYZ5.442.9211.83-
YUV45.64157.55149.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 39.18%
GREEN value IS 20 (8.20% from 255) = 10.31%
BLUE value IS 98 (38.67% from 255) = 50.52%
R=39.18%
G=10.31%
B=50.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7620980.220.8000.62283.0866.123.14
Hex4C1462165003E11b4217
Octal114241422612007643310227
Binary10011001010011000101011010100000111110100011011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,20,98); }

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

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

 a { background-color: rgb(76,20,98); }

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

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

 span { border-color: rgb(76,20,98); }

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