Html Css Color HEX #4C355E Scarlet Gum

📋 copy color: '#4C355E'

red 76 ◦ green 53 ◦ blue 94

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

Shades of Scarlet Gum #4C355E

Tints of Scarlet Gum #4C355E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.77%

 BLUE value IS 94 (37.11% from 255) = 42.15%

R = 34.08%
G = 23.77%
B = 42.15%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C355E (or 0x4C355E) is known color: Scarlet Gum. HEX triplet: 4C, 35 and 5E. RGB value is (76,53,94). Sum of RGB (Red+Green+Blue) = 76+53+94=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 94 - color contains mainly: blue. Hex color #4C355E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C355E is #B3CAA1. Grayscale: #404040. Windows color (decimal): -11782818 or 6174028. OLE color: 6174028.

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

Color convert

RGB 76 53 94 -
CMYK 0.19 0.44 0 0.63
HSL 273.66º 0.28% 0.29% -
HSV(B) 273.66º 0.44% 0.37% -
XYZ 6.27 4.89 11.2 -
YUV 64.55 144.62 136.17 -
System Red Green Blue C M Y K H S L
Decimal 76 53 94 0.19 0.44 0 0.63 273.66 0.28 0.29
Hex 4C 35 5E 13 2C 0 3F 112 1C 1D
Octal 114 65 136 23 54 0 77 422 34 35
Binary 1001100 110101 1011110 10011 101100 0 111111 100010010 11100 11101

Color Harmonies of #4C355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C355E

Black with #4C355E

Text Example


Text Example

White with #4C355E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,53,94); }

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

background-color css

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

 a { background-color: rgb(76,53,94); }

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

border-color css

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

 span { border-color: rgb(76,53,94); }

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