#4E1462

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

Shades of Scarlet Gum #4E1462

Tints of Scarlet Gum #4E1462

Color information

#4E1462 (or 0x4E1462) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 14 and 62. RGB value is (78,20,98). Sum of RGB (Red+Green+Blue) = 78+20+98=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 98 (38.67% from 255 or 50% from 196); Max value from RGB is 98 - color contains mainly: blue. Hex color #4E1462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1462 is #B1EB9D. Grayscale: #2D2D2D. Windows color (decimal): -11660190 or 6427726. OLE color: 6427726.

HSL color Cylindrical-coordinate representation of color #4E1462: hue angle of 284.62º 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 #4E1462 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB782098-
CMYK0.200.8000.62
HSL284.62º66.1%23.14%-
HSV(B)284.62º79.59%38.43%-
XYZ5.6311.84-
YUV46.23157.22150.66-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.80%
GREEN value IS 20 (8.20% from 255) = 10.20%
BLUE value IS 98 (38.67% from 255) = 50%
R=39.80%
G=10.20%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7820980.200.8000.62284.6266.123.14
Hex4E1462145003E11d4217
Octal116241422412007643510227
Binary10011101010011000101010010100000111110100011101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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