Html Css Color HEX #4D305E Scarlet Gum

📋 copy color: '#4D305E'

red 77 ◦ green 48 ◦ blue 94

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

Shades of Scarlet Gum #4D305E

Tints of Scarlet Gum #4D305E

RGB

 RED value IS 77 (30.47% from 255) = 35.16%

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

 BLUE value IS 94 (37.11% from 255) = 42.92%

R = 35.16%
G = 21.92%
B = 42.92%

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

#4D305E (or 0x4D305E) is known color: Scarlet Gum. HEX triplet: 4D, 30 and 5E. RGB value is (77,48,94). Sum of RGB (Red+Green+Blue) = 77+48+94=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #4D305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D305E is #B2CFA1. Grayscale: #3D3D3D. Windows color (decimal): -11718562 or 6172749. OLE color: 6172749.

HSL color Cylindrical-coordinate representation of color #4D305E: hue angle of 277.83º degrees, saturation: 0.32, 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 #4D305E is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 77 48 94 -
CMYK 0.18 0.49 0 0.63
HSL 277.83º 0.32% 0.28% -
HSV(B) 277.83º 0.49% 0.37% -
XYZ 6.14 4.5 11.13 -
YUV 61.92 146.11 138.76 -
System Red Green Blue C M Y K H S L
Decimal 77 48 94 0.18 0.49 0 0.63 277.83 0.32 0.28
Hex 4D 30 5E 12 31 0 3F 116 20 1C
Octal 115 60 136 22 61 0 77 426 40 34
Binary 1001101 110000 1011110 10010 110001 0 111111 100010110 100000 11100

Color Harmonies of #4D305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D305E

Black with #4D305E

Text Example


Text Example

White with #4D305E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,48,94); }

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

background-color css

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

 a { background-color: rgb(77,48,94); }

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

border-color css

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

 span { border-color: rgb(77,48,94); }

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