#4E3261

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

Shades of Scarlet Gum #4E3261

Tints of Scarlet Gum #4E3261

Color information

#4E3261 (or 0x4E3261) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 32 and 61. RGB value is (78,50,97). Sum of RGB (Red+Green+Blue) = 78+50+97=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E3261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3261 is #B1CD9E. Grayscale: #3F3F3F. Windows color (decimal): -11652511 or 6369870. OLE color: 6369870.

HSL color Cylindrical-coordinate representation of color #4E3261: hue angle of 275.74º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E3261 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB785097-
CMYK0.200.4800.62
HSL275.74º31.97%28.82%-
HSV(B)275.74º48.45%38.04%-
XYZ6.444.7611.89-
YUV63.73146.78138.18-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.67%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=34.67%
G=22.22%
B=43.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7850970.200.4800.62275.7431.9728.82
Hex4E3261143003E114201d
Octal1166214124600764244035
Binary1001110110010110000110100110000011111010001010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,50,97); }

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

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

 a { background-color: rgb(78,50,97); }

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

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

 span { border-color: rgb(78,50,97); }

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