Html Css Color HEX #4E285C Scarlet Gum

📋 copy color: '#4E285C'

red 78 ◦ green 40 ◦ blue 92

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

Shades of Scarlet Gum #4E285C

Tints of Scarlet Gum #4E285C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.81%

R = 37.14%
G = 19.05%
B = 43.81%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4E285C (or 0x4E285C) is known color: Scarlet Gum. HEX triplet: 4E, 28 and 5C. RGB value is (78,40,92). Sum of RGB (Red+Green+Blue) = 78+40+92=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E285C is #B1D7A3. Grayscale: #393939. Windows color (decimal): -11655076 or 6039630. OLE color: 6039630.

HSL color Cylindrical-coordinate representation of color #4E285C: hue angle of 283.85º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E285C is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 78 40 92 -
CMYK 0.15 0.57 0 0.64
HSL 283.85º 0.39% 0.26% -
HSV(B) 283.85º 0.57% 0.36% -
XYZ 5.83 3.91 10.57 -
YUV 57.29 147.59 142.77 -
System Red Green Blue C M Y K H S L
Decimal 78 40 92 0.15 0.57 0 0.64 283.85 0.39 0.26
Hex 4E 28 5C F 39 0 40 11C 27 1A
Octal 116 50 134 17 71 0 100 434 47 32
Binary 1001110 101000 1011100 1111 111001 0 1000000 100011100 100111 11010

Color Harmonies of #4E285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E285C

Black with #4E285C

Text Example


Text Example

White with #4E285C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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