Html Css Color HEX #4D385B Scarlet Gum

📋 copy color: '#4D385B'

red 77 ◦ green 56 ◦ blue 91

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

Shades of Scarlet Gum #4D385B

Tints of Scarlet Gum #4D385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25%

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

R = 34.38%
G = 25%
B = 40.63%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4D385B (or 0x4D385B) is known color: Scarlet Gum. HEX triplet: 4D, 38 and 5B. RGB value is (77,56,91). Sum of RGB (Red+Green+Blue) = 77+56+91=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D385B is #B2C7A4. Grayscale: #424242. Windows color (decimal): -11716517 or 5978189. OLE color: 5978189.

HSL color Cylindrical-coordinate representation of color #4D385B: hue angle of 276º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D385B is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 77 56 91 -
CMYK 0.15 0.38 0 0.64
HSL 276º 0.24% 0.29% -
HSV(B) 276º 0.38% 0.36% -
XYZ 6.36 5.16 10.56 -
YUV 66.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 77 56 91 0.15 0.38 0 0.64 276 0.24 0.29
Hex 4D 38 5B F 26 0 40 114 18 1D
Octal 115 70 133 17 46 0 100 424 30 35
Binary 1001101 111000 1011011 1111 100110 0 1000000 100010100 11000 11101

Color Harmonies of #4D385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D385B

Black with #4D385B

Text Example


Text Example

White with #4D385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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