Html Css Color HEX #4E305F Scarlet Gum

📋 copy color: '#4E305F'

red 78 ◦ green 48 ◦ blue 95

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

Shades of Scarlet Gum #4E305F

Tints of Scarlet Gum #4E305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.99%

R = 35.29%
G = 21.72%
B = 42.99%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4E305F (or 0x4E305F) is known color: Scarlet Gum. HEX triplet: 4E, 30 and 5F. RGB value is (78,48,95). Sum of RGB (Red+Green+Blue) = 78+48+95=221 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.29% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 95 - color contains mainly: blue. Hex color #4E305F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E305F is #B1CFA0. Grayscale: #3E3E3E. Windows color (decimal): -11653025 or 6238286. OLE color: 6238286.

HSL color Cylindrical-coordinate representation of color #4E305F: hue angle of 278.3º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E305F is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 78 48 95 -
CMYK 0.18 0.49 0 0.63
HSL 278.3º 0.33% 0.28% -
HSV(B) 278.3º 0.49% 0.37% -
XYZ 6.26 4.56 11.38 -
YUV 62.33 146.44 139.18 -
System Red Green Blue C M Y K H S L
Decimal 78 48 95 0.18 0.49 0 0.63 278.3 0.33 0.28
Hex 4E 30 5F 12 31 0 3F 116 21 1C
Octal 116 60 137 22 61 0 77 426 41 34
Binary 1001110 110000 1011111 10010 110001 0 111111 100010110 100001 11100

Color Harmonies of #4E305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E305F

Black with #4E305F

Text Example


Text Example

White with #4E305F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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