#4E305F

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

Shades of Scarlet Gum #4E305F

Tints of Scarlet Gum #4E305F

Color information

#4E305F (or 0x4E305F) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 30 and 5F. RGB value is (78,48,95). Sum of RGB (Red+Green+Blue) = 78+48+95=221 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.29% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #4E305F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E305F is #B1CFA0. Grayscale: #3E3E3E. Windows color (decimal): -11653025 or 6238286. OLE color: 6238286.

HSL color Cylindrical-coordinate representation of color #4E305F: hue angle of 278.3º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E305F is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB784895-
CMYK0.180.4900.63
HSL278.3º32.87%28.04%-
HSV(B)278.3º49.47%37.25%-
XYZ6.264.5611.38-
YUV62.33146.44139.18-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.29%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 95 (37.5% from 255) = 42.99%
R=35.29%
G=21.72%
B=42.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7848950.180.4900.63278.332.8728.04
Hex4E305F123103F116211c
Octal1166013722610774264134
Binary1001110110000101111110010110001011111110001011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E305F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,48,95); }

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

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

 a { background-color: rgb(78,48,95); }

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

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

 span { border-color: rgb(78,48,95); }

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