Html Css Color HEX #4E305B Scarlet Gum

📋 copy color: '#4E305B'

red 78 ◦ green 48 ◦ blue 91

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

Shades of Scarlet Gum #4E305B

Tints of Scarlet Gum #4E305B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.94%

R = 35.94%
G = 22.12%
B = 41.94%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4E305B (or 0x4E305B) is known color: Scarlet Gum. HEX triplet: 4E, 30 and 5B. RGB value is (78,48,91). Sum of RGB (Red+Green+Blue) = 78+48+91=217 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.94% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E305B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E305B is #B1CFA4. Grayscale: #3D3D3D. Windows color (decimal): -11653029 or 5976142. OLE color: 5976142.

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

Color convert

RGB 78 48 91 -
CMYK 0.14 0.47 0 0.64
HSL 281.86º 0.31% 0.27% -
HSV(B) 281.86º 0.47% 0.36% -
XYZ 6.09 4.49 10.44 -
YUV 61.87 144.44 139.5 -
System Red Green Blue C M Y K H S L
Decimal 78 48 91 0.14 0.47 0 0.64 281.86 0.31 0.27
Hex 4E 30 5B E 2F 0 40 11A 1F 1B
Octal 116 60 133 16 57 0 100 432 37 33
Binary 1001110 110000 1011011 1110 101111 0 1000000 100011010 11111 11011

Color Harmonies of #4E305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E305B

Black with #4E305B

Text Example


Text Example

White with #4E305B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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