Html Css Color HEX #4A295D Scarlet Gum

📋 copy color: '#4A295D'

red 74 ◦ green 41 ◦ blue 93

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

Shades of Scarlet Gum #4A295D

Tints of Scarlet Gum #4A295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.71%

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

R = 35.58%
G = 19.71%
B = 44.71%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A295D (or 0x4A295D) is known color: Scarlet Gum. HEX triplet: 4A, 29 and 5D. RGB value is (74,41,93). Sum of RGB (Red+Green+Blue) = 74+41+93=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #4A295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A295D is #B5D6A2. Grayscale: #383838. Windows color (decimal): -11916963 or 6105418. OLE color: 6105418.

HSL color Cylindrical-coordinate representation of color #4A295D: hue angle of 278.08º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A295D is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 41 93 -
CMYK 0.20 0.56 0 0.64
HSL 278.08º 0.39% 0.26% -
HSV(B) 278.08º 0.56% 0.36% -
XYZ 5.59 3.83 10.8 -
YUV 56.8 148.43 140.27 -
System Red Green Blue C M Y K H S L
Decimal 74 41 93 0.20 0.56 0 0.64 278.08 0.39 0.26
Hex 4A 29 5D 14 38 0 40 116 27 1A
Octal 112 51 135 24 70 0 100 426 47 32
Binary 1001010 101001 1011101 10100 111000 0 1000000 100010110 100111 11010

Color Harmonies of #4A295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A295D

Black with #4A295D

Text Example


Text Example

White with #4A295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,41,93); }

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

background-color css

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

 a { background-color: rgb(74,41,93); }

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

border-color css

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

 span { border-color: rgb(74,41,93); }

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