Html Css Color HEX #4E305C Scarlet Gum

📋 copy color: '#4E305C'

red 78 ◦ green 48 ◦ blue 92

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

Shades of Scarlet Gum #4E305C

Tints of Scarlet Gum #4E305C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.02%

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

R = 35.78%
G = 22.02%
B = 42.2%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4E305C (or 0x4E305C) is known color: Scarlet Gum. HEX triplet: 4E, 30 and 5C. RGB value is (78,48,92). Sum of RGB (Red+Green+Blue) = 78+48+92=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E305C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E305C is #B1CFA3. Grayscale: #3D3D3D. Windows color (decimal): -11653028 or 6041678. OLE color: 6041678.

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

Color convert

RGB 78 48 92 -
CMYK 0.15 0.48 0 0.64
HSL 280.91º 0.31% 0.27% -
HSV(B) 280.91º 0.48% 0.36% -
XYZ 6.13 4.51 10.67 -
YUV 61.99 144.94 139.42 -
System Red Green Blue C M Y K H S L
Decimal 78 48 92 0.15 0.48 0 0.64 280.91 0.31 0.27
Hex 4E 30 5C F 30 0 40 119 1F 1B
Octal 116 60 134 17 60 0 100 431 37 33
Binary 1001110 110000 1011100 1111 110000 0 1000000 100011001 11111 11011

Color Harmonies of #4E305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E305C

Black with #4E305C

Text Example


Text Example

White with #4E305C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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