Html Css Color HEX #4A3753 Scarlet Gum

📋 copy color: '#4A3753'

red 74 ◦ green 55 ◦ blue 83

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

Shades of Scarlet Gum #4A3753

Tints of Scarlet Gum #4A3753

RGB

 RED value IS 74 (29.3% from 255) = 34.91%

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

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

R = 34.91%
G = 25.94%
B = 39.15%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4A3753 (or 0x4A3753) is known color: Scarlet Gum. HEX triplet: 4A, 37 and 53. RGB value is (74,55,83). Sum of RGB (Red+Green+Blue) = 74+55+83=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #4A3753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3753 is #B5C8AC. Grayscale: #3F3F3F. Windows color (decimal): -11913389 or 5453642. OLE color: 5453642.

HSL color Cylindrical-coordinate representation of color #4A3753: hue angle of 280.71º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A3753 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 55 83 -
CMYK 0.11 0.34 0 0.67
HSL 280.71º 0.2% 0.27% -
HSV(B) 280.71º 0.34% 0.33% -
XYZ 5.75 4.81 8.81 -
YUV 63.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 74 55 83 0.11 0.34 0 0.67 280.71 0.2 0.27
Hex 4A 37 53 B 22 0 43 119 14 1B
Octal 112 67 123 13 42 0 103 431 24 33
Binary 1001010 110111 1010011 1011 100010 0 1000011 100011001 10100 11011

Color Harmonies of #4A3753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3753

Black with #4A3753

Text Example


Text Example

White with #4A3753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,55,83); }

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

background-color css

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

 a { background-color: rgb(74,55,83); }

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

border-color css

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

 span { border-color: rgb(74,55,83); }

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