Html Css Color HEX #4C3561 Scarlet Gum

📋 copy color: '#4C3561'

red 76 ◦ green 53 ◦ blue 97

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

Shades of Scarlet Gum #4C3561

Tints of Scarlet Gum #4C3561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.92%

R = 33.63%
G = 23.45%
B = 42.92%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C3561 (or 0x4C3561) is known color: Scarlet Gum. HEX triplet: 4C, 35 and 61. RGB value is (76,53,97). Sum of RGB (Red+Green+Blue) = 76+53+97=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #4C3561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3561 is #B3CA9E. Grayscale: #404040. Windows color (decimal): -11782815 or 6370636. OLE color: 6370636.

HSL color Cylindrical-coordinate representation of color #4C3561: hue angle of 271.36º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C3561 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 53 97 -
CMYK 0.22 0.45 0 0.62
HSL 271.36º 0.29% 0.29% -
HSV(B) 271.36º 0.45% 0.38% -
XYZ 6.41 4.95 11.93 -
YUV 64.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 76 53 97 0.22 0.45 0 0.62 271.36 0.29 0.29
Hex 4C 35 61 16 2D 0 3E 10F 1D 1D
Octal 114 65 141 26 55 0 76 417 35 35
Binary 1001100 110101 1100001 10110 101101 0 111110 100001111 11101 11101

Color Harmonies of #4C3561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3561

Black with #4C3561

Text Example


Text Example

White with #4C3561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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