Html Css Color HEX #4A295E Scarlet Gum

📋 copy color: '#4A295E'

red 74 ◦ green 41 ◦ blue 94

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

Shades of Scarlet Gum #4A295E

Tints of Scarlet Gum #4A295E

RGB

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

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

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

R = 35.41%
G = 19.62%
B = 44.98%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4A295E (or 0x4A295E) is known color: Scarlet Gum. HEX triplet: 4A, 29 and 5E. RGB value is (74,41,94). Sum of RGB (Red+Green+Blue) = 74+41+94=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 94 - color contains mainly: blue. Hex color #4A295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A295E is #B5D6A1. Grayscale: #383838. Windows color (decimal): -11916962 or 6170954. OLE color: 6170954.

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

Color convert

RGB 74 41 94 -
CMYK 0.21 0.56 0 0.63
HSL 277.36º 0.39% 0.26% -
HSV(B) 277.36º 0.56% 0.37% -
XYZ 5.64 3.85 11.04 -
YUV 56.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 74 41 94 0.21 0.56 0 0.63 277.36 0.39 0.26
Hex 4A 29 5E 15 38 0 3F 115 27 1A
Octal 112 51 136 25 70 0 77 425 47 32
Binary 1001010 101001 1011110 10101 111000 0 111111 100010101 100111 11010

Color Harmonies of #4A295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A295E

Black with #4A295E

Text Example


Text Example

White with #4A295E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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