Html Css Color HEX #4C375F Scarlet Gum

📋 copy color: '#4C375F'

red 76 ◦ green 55 ◦ blue 95

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

Shades of Scarlet Gum #4C375F

Tints of Scarlet Gum #4C375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.34%

 BLUE value IS 95 (37.5% from 255) = 42.04%

R = 33.63%
G = 24.34%
B = 42.04%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C375F (or 0x4C375F) is known color: Scarlet Gum. HEX triplet: 4C, 37 and 5F. RGB value is (76,55,95). Sum of RGB (Red+Green+Blue) = 76+55+95=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C375F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C375F is #B3C8A0. Grayscale: #414141. Windows color (decimal): -11782305 or 6240076. OLE color: 6240076.

HSL color Cylindrical-coordinate representation of color #4C375F: hue angle of 271.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C375F is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 76 55 95 -
CMYK 0.20 0.42 0 0.63
HSL 271.5º 0.27% 0.29% -
HSV(B) 271.5º 0.42% 0.37% -
XYZ 6.41 5.1 11.47 -
YUV 65.84 144.46 135.25 -
System Red Green Blue C M Y K H S L
Decimal 76 55 95 0.20 0.42 0 0.63 271.5 0.27 0.29
Hex 4C 37 5F 14 2A 0 3F 110 1B 1D
Octal 114 67 137 24 52 0 77 420 33 35
Binary 1001100 110111 1011111 10100 101010 0 111111 100010000 11011 11101

Color Harmonies of #4C375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C375F

Black with #4C375F

Text Example


Text Example

White with #4C375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,55,95); }

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

background-color css

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

 a { background-color: rgb(76,55,95); }

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

border-color css

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

 span { border-color: rgb(76,55,95); }

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