Html Css Color HEX #4A295A Scarlet Gum

📋 copy color: '#4A295A'

red 74 ◦ green 41 ◦ blue 90

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

Shades of Scarlet Gum #4A295A

Tints of Scarlet Gum #4A295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.9%

R = 36.1%
G = 20%
B = 43.9%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A295A (or 0x4A295A) is known color: Scarlet Gum. HEX triplet: 4A, 29 and 5A. RGB value is (74,41,90). Sum of RGB (Red+Green+Blue) = 74+41+90=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A295A is #B5D6A5. Grayscale: #383838. Windows color (decimal): -11916966 or 5908810. OLE color: 5908810.

HSL color Cylindrical-coordinate representation of color #4A295A: hue angle of 280.41º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A295A is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 41 90 -
CMYK 0.18 0.54 0 0.65
HSL 280.41º 0.37% 0.26% -
HSV(B) 280.41º 0.54% 0.35% -
XYZ 5.46 3.78 10.11 -
YUV 56.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 74 41 90 0.18 0.54 0 0.65 280.41 0.37 0.26
Hex 4A 29 5A 12 36 0 41 118 25 1A
Octal 112 51 132 22 66 0 101 430 45 32
Binary 1001010 101001 1011010 10010 110110 0 1000001 100011000 100101 11010

Color Harmonies of #4A295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A295A

Black with #4A295A

Text Example


Text Example

White with #4A295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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