Html Css Color HEX #4E3258 Scarlet Gum

📋 copy color: '#4E3258'

red 78 ◦ green 50 ◦ blue 88

#4E3258
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #4E3258

Tints of Scarlet Gum #4E3258

RGB

 RED value IS 78 (30.86% from 255) = 36.11%

 GREEN value IS 50 (19.92% from 255) = 23.15%

 BLUE value IS 88 (34.77% from 255) = 40.74%

R = 36.11%
G = 23.15%
B = 40.74%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4E3258 (or 0x4E3258) is known color: Scarlet Gum. HEX triplet: 4E, 32 and 58. RGB value is (78,50,88). Sum of RGB (Red+Green+Blue) = 78+50+88=216 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.11% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 88 - color contains mainly: blue. Hex color #4E3258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3258 is #B1CDA7. Grayscale: #3E3E3E. Windows color (decimal): -11652520 or 5780046. OLE color: 5780046.

HSL color Cylindrical-coordinate representation of color #4E3258: hue angle of 284.21º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E3258 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 78 50 88 -
CMYK 0.11 0.43 0 0.65
HSL 284.21º 0.28% 0.27% -
HSV(B) 284.21º 0.43% 0.35% -
XYZ 6.04 4.61 9.8 -
YUV 62.7 142.28 138.91 -
System Red Green Blue C M Y K H S L
Decimal 78 50 88 0.11 0.43 0 0.65 284.21 0.28 0.27
Hex 4E 32 58 B 2B 0 41 11C 1C 1B
Octal 116 62 130 13 53 0 101 434 34 33
Binary 1001110 110010 1011000 1011 101011 0 1000001 100011100 11100 11011

Color Harmonies of #4E3258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3258

Black with #4E3258

Text Example


Text Example

White with #4E3258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E3258;
 }
 .AnyTagClassName
 {
   color: #4E3258;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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