Html Css Color HEX #4A3153 Scarlet Gum

📋 copy color: '#4A3153'

red 74 ◦ green 49 ◦ blue 83

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

Shades of Scarlet Gum #4A3153

Tints of Scarlet Gum #4A3153

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.79%

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

R = 35.92%
G = 23.79%
B = 40.29%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4A3153 (or 0x4A3153) is known color: Scarlet Gum. HEX triplet: 4A, 31 and 53. RGB value is (74,49,83). Sum of RGB (Red+Green+Blue) = 74+49+83=206 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.92% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #4A3153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3153 is #B5CEAC. Grayscale: #3C3C3C. Windows color (decimal): -11914925 or 5452106. OLE color: 5452106.

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

Color convert

RGB 74 49 83 -
CMYK 0.11 0.41 0 0.67
HSL 284.12º 0.26% 0.26% -
HSV(B) 284.12º 0.41% 0.33% -
XYZ 5.48 4.28 8.72 -
YUV 60.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 74 49 83 0.11 0.41 0 0.67 284.12 0.26 0.26
Hex 4A 31 53 B 29 0 43 11C 1A 1A
Octal 112 61 123 13 51 0 103 434 32 32
Binary 1001010 110001 1010011 1011 101001 0 1000011 100011100 11010 11010

Color Harmonies of #4A3153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3153

Black with #4A3153

Text Example


Text Example

White with #4A3153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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