Html Css Color HEX #4D4254 Scarlet Gum

📋 copy color: '#4D4254'

red 77 ◦ green 66 ◦ blue 84

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

Shades of Scarlet Gum #4D4254

Tints of Scarlet Gum #4D4254

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.07%

 BLUE value IS 84 (33.2% from 255) = 37%

R = 33.92%
G = 29.07%
B = 37%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4D4254 (or 0x4D4254) is known color: Scarlet Gum. HEX triplet: 4D, 42 and 54. RGB value is (77,66,84). Sum of RGB (Red+Green+Blue) = 77+66+84=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 84 - color contains mainly: blue. Hex color #4D4254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4254 is #B2BDAB. Grayscale: #474747. Windows color (decimal): -11713964 or 5521997. OLE color: 5521997.

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

Color convert

RGB 77 66 84 -
CMYK 0.08 0.21 0 0.67
HSL 276.67º 0.12% 0.29% -
HSV(B) 276.67º 0.21% 0.33% -
XYZ 6.61 6.11 9.22 -
YUV 71.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 77 66 84 0.08 0.21 0 0.67 276.67 0.12 0.29
Hex 4D 42 54 8 15 0 43 115 C 1D
Octal 115 102 124 10 25 0 103 425 14 35
Binary 1001101 1000010 1010100 1000 10101 0 1000011 100010101 1100 11101

Color Harmonies of #4D4254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4254

Black with #4D4254

Text Example


Text Example

White with #4D4254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,66,84); }

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

background-color css

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

 a { background-color: rgb(77,66,84); }

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

border-color css

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

 span { border-color: rgb(77,66,84); }

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