Html Css Color HEX #4C4053 Scarlet Gum

📋 copy color: '#4C4053'

red 76 ◦ green 64 ◦ blue 83

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

Shades of Scarlet Gum #4C4053

Tints of Scarlet Gum #4C4053

RGB

 RED value IS 76 (30.08% from 255) = 34.08%

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

 BLUE value IS 83 (32.81% from 255) = 37.22%

R = 34.08%
G = 28.7%
B = 37.22%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4C4053 (or 0x4C4053) is known color: Scarlet Gum. HEX triplet: 4C, 40 and 53. RGB value is (76,64,83). Sum of RGB (Red+Green+Blue) = 76+64+83=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 83 - color contains mainly: blue. Hex color #4C4053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4053 is #B3BFAC. Grayscale: #454545. Windows color (decimal): -11780013 or 5455948. OLE color: 5455948.

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

Color convert

RGB 76 64 83 -
CMYK 0.08 0.23 0 0.67
HSL 277.89º 0.13% 0.29% -
HSV(B) 277.89º 0.23% 0.33% -
XYZ 6.38 5.83 8.97 -
YUV 69.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 76 64 83 0.08 0.23 0 0.67 277.89 0.13 0.29
Hex 4C 40 53 8 17 0 43 116 D 1D
Octal 114 100 123 10 27 0 103 426 15 35
Binary 1001100 1000000 1010011 1000 10111 0 1000011 100010110 1101 11101

Color Harmonies of #4C4053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4053

Black with #4C4053

Text Example


Text Example

White with #4C4053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,64,83); }

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

background-color css

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

 a { background-color: rgb(76,64,83); }

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

border-color css

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

 span { border-color: rgb(76,64,83); }

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