Html Css Color HEX #4D305A Scarlet Gum

📋 copy color: '#4D305A'

red 77 ◦ green 48 ◦ blue 90

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

Shades of Scarlet Gum #4D305A

Tints of Scarlet Gum #4D305A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.86%

R = 35.81%
G = 22.33%
B = 41.86%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4D305A (or 0x4D305A) is known color: Scarlet Gum. HEX triplet: 4D, 30 and 5A. RGB value is (77,48,90). Sum of RGB (Red+Green+Blue) = 77+48+90=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D305A is #B2CFA5. Grayscale: #3D3D3D. Windows color (decimal): -11718566 or 5910605. OLE color: 5910605.

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

Color convert

RGB 77 48 90 -
CMYK 0.14 0.47 0 0.65
HSL 281.43º 0.3% 0.27% -
HSV(B) 281.43º 0.47% 0.35% -
XYZ 5.96 4.43 10.21 -
YUV 61.46 144.11 139.08 -
System Red Green Blue C M Y K H S L
Decimal 77 48 90 0.14 0.47 0 0.65 281.43 0.3 0.27
Hex 4D 30 5A E 2F 0 41 119 1E 1B
Octal 115 60 132 16 57 0 101 431 36 33
Binary 1001101 110000 1011010 1110 101111 0 1000001 100011001 11110 11011

Color Harmonies of #4D305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D305A

Black with #4D305A

Text Example


Text Example

White with #4D305A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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