Html Css Color HEX #4A185A Scarlet Gum

📋 copy color: '#4A185A'

red 74 ◦ green 24 ◦ blue 90

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

Shades of Scarlet Gum #4A185A

Tints of Scarlet Gum #4A185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.77%

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

R = 39.36%
G = 12.77%
B = 47.87%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A185A (or 0x4A185A) is known color: Scarlet Gum. HEX triplet: 4A, 18 and 5A. RGB value is (74,24,90). Sum of RGB (Red+Green+Blue) = 74+24+90=188 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.36% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A185A is #B5E7A5. Grayscale: #2E2E2E. Windows color (decimal): -11921318 or 5904458. OLE color: 5904458.

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

Color convert

RGB 74 24 90 -
CMYK 0.18 0.73 0 0.65
HSL 285.45º 0.58% 0.22% -
HSV(B) 285.45º 0.73% 0.35% -
XYZ 5 2.85 9.96 -
YUV 46.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 74 24 90 0.18 0.73 0 0.65 285.45 0.58 0.22
Hex 4A 18 5A 12 49 0 41 11D 3A 16
Octal 112 30 132 22 111 0 101 435 72 26
Binary 1001010 11000 1011010 10010 1001001 0 1000001 100011101 111010 10110

Color Harmonies of #4A185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A185A

Black with #4A185A

Text Example


Text Example

White with #4A185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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