Html Css Color HEX #4D305B Scarlet Gum

📋 copy color: '#4D305B'

red 77 ◦ green 48 ◦ blue 91

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

Shades of Scarlet Gum #4D305B

Tints of Scarlet Gum #4D305B

RGB

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

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

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

R = 35.65%
G = 22.22%
B = 42.13%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D305B (or 0x4D305B) is known color: Scarlet Gum. HEX triplet: 4D, 30 and 5B. RGB value is (77,48,91). Sum of RGB (Red+Green+Blue) = 77+48+91=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D305B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D305B is #B2CFA4. Grayscale: #3D3D3D. Windows color (decimal): -11718565 or 5976141. OLE color: 5976141.

HSL color Cylindrical-coordinate representation of color #4D305B: hue angle of 280.47º 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 #4D305B is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 48 91 -
CMYK 0.15 0.47 0 0.64
HSL 280.47º 0.31% 0.27% -
HSV(B) 280.47º 0.47% 0.36% -
XYZ 6.01 4.45 10.44 -
YUV 61.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 77 48 91 0.15 0.47 0 0.64 280.47 0.31 0.27
Hex 4D 30 5B F 2F 0 40 118 1F 1B
Octal 115 60 133 17 57 0 100 430 37 33
Binary 1001101 110000 1011011 1111 101111 0 1000000 100011000 11111 11011

Color Harmonies of #4D305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D305B

Black with #4D305B

Text Example


Text Example

White with #4D305B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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