Html Css Color HEX #4E285A Scarlet Gum

📋 copy color: '#4E285A'

red 78 ◦ green 40 ◦ blue 90

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

Shades of Scarlet Gum #4E285A

Tints of Scarlet Gum #4E285A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.23%

 BLUE value IS 90 (35.55% from 255) = 43.27%

R = 37.5%
G = 19.23%
B = 43.27%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4E285A (or 0x4E285A) is known color: Scarlet Gum. HEX triplet: 4E, 28 and 5A. RGB value is (78,40,90). Sum of RGB (Red+Green+Blue) = 78+40+90=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E285A is #B1D7A5. Grayscale: #383838. Windows color (decimal): -11655078 or 5908558. OLE color: 5908558.

HSL color Cylindrical-coordinate representation of color #4E285A: hue angle of 285.6º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E285A is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 78 40 90 -
CMYK 0.13 0.56 0 0.65
HSL 285.6º 0.38% 0.25% -
HSV(B) 285.6º 0.56% 0.35% -
XYZ 5.75 3.88 10.12 -
YUV 57.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 78 40 90 0.13 0.56 0 0.65 285.6 0.38 0.25
Hex 4E 28 5A D 38 0 41 11E 26 19
Octal 116 50 132 15 70 0 101 436 46 31
Binary 1001110 101000 1011010 1101 111000 0 1000001 100011110 100110 11001

Color Harmonies of #4E285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E285A

Black with #4E285A

Text Example


Text Example

White with #4E285A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,40,90); }

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

background-color css

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

 a { background-color: rgb(78,40,90); }

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

border-color css

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

 span { border-color: rgb(78,40,90); }

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