Html Css Color HEX #4C385D Scarlet Gum

📋 copy color: '#4C385D'

red 76 ◦ green 56 ◦ blue 93

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

Shades of Scarlet Gum #4C385D

Tints of Scarlet Gum #4C385D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.33%

R = 33.78%
G = 24.89%
B = 41.33%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C385D (or 0x4C385D) is known color: Scarlet Gum. HEX triplet: 4C, 38 and 5D. RGB value is (76,56,93). Sum of RGB (Red+Green+Blue) = 76+56+93=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C385D is #B3C7A2. Grayscale: #424242. Windows color (decimal): -11782051 or 6109260. OLE color: 6109260.

HSL color Cylindrical-coordinate representation of color #4C385D: hue angle of 272.43º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C385D is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 76 56 93 -
CMYK 0.18 0.40 0 0.64
HSL 272.43º 0.25% 0.29% -
HSV(B) 272.43º 0.4% 0.36% -
XYZ 6.37 5.16 11.02 -
YUV 66.2 143.13 134.99 -
System Red Green Blue C M Y K H S L
Decimal 76 56 93 0.18 0.40 0 0.64 272.43 0.25 0.29
Hex 4C 38 5D 12 28 0 40 110 19 1D
Octal 114 70 135 22 50 0 100 420 31 35
Binary 1001100 111000 1011101 10010 101000 0 1000000 100010000 11001 11101

Color Harmonies of #4C385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C385D

Black with #4C385D

Text Example


Text Example

White with #4C385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,56,93); }

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

background-color css

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

 a { background-color: rgb(76,56,93); }

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

border-color css

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

 span { border-color: rgb(76,56,93); }

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