Html Css Color HEX #4D4055 Scarlet Gum

📋 copy color: '#4D4055'

red 77 ◦ green 64 ◦ blue 85

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

Shades of Scarlet Gum #4D4055

Tints of Scarlet Gum #4D4055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.32%

 BLUE value IS 85 (33.59% from 255) = 37.61%

R = 34.07%
G = 28.32%
B = 37.61%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4D4055 (or 0x4D4055) is known color: Scarlet Gum. HEX triplet: 4D, 40 and 55. RGB value is (77,64,85). Sum of RGB (Red+Green+Blue) = 77+64+85=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 85 - color contains mainly: blue. Hex color #4D4055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4055 is #B2BFAA. Grayscale: #464646. Windows color (decimal): -11714475 or 5587021. OLE color: 5587021.

HSL color Cylindrical-coordinate representation of color #4D4055: hue angle of 277.14º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D4055 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 64 85 -
CMYK 0.09 0.25 0 0.67
HSL 277.14º 0.14% 0.29% -
HSV(B) 277.14º 0.25% 0.33% -
XYZ 6.53 5.9 9.39 -
YUV 70.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 77 64 85 0.09 0.25 0 0.67 277.14 0.14 0.29
Hex 4D 40 55 9 19 0 43 115 E 1D
Octal 115 100 125 11 31 0 103 425 16 35
Binary 1001101 1000000 1010101 1001 11001 0 1000011 100010101 1110 11101

Color Harmonies of #4D4055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4055

Black with #4D4055

Text Example


Text Example

White with #4D4055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,64,85); }

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

background-color css

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

 a { background-color: rgb(77,64,85); }

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

border-color css

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

 span { border-color: rgb(77,64,85); }

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