Html Css Color HEX #4A145A Scarlet Gum

📋 copy color: '#4A145A'

red 74 ◦ green 20 ◦ blue 90

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

Shades of Scarlet Gum #4A145A

Tints of Scarlet Gum #4A145A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.87%

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

R = 40.22%
G = 10.87%
B = 48.91%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A145A (or 0x4A145A) is known color: Scarlet Gum. HEX triplet: 4A, 14 and 5A. RGB value is (74,20,90). Sum of RGB (Red+Green+Blue) = 74+20+90=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A145A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A145A is #B5EBA5. Grayscale: #2B2B2B. Windows color (decimal): -11922342 or 5903434. OLE color: 5903434.

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

Color convert

RGB 74 20 90 -
CMYK 0.18 0.78 0 0.65
HSL 286.29º 0.64% 0.22% -
HSV(B) 286.29º 0.78% 0.35% -
XYZ 4.92 2.69 9.93 -
YUV 44.13 153.89 149.31 -
System Red Green Blue C M Y K H S L
Decimal 74 20 90 0.18 0.78 0 0.65 286.29 0.64 0.22
Hex 4A 14 5A 12 4E 0 41 11E 40 16
Octal 112 24 132 22 116 0 101 436 100 26
Binary 1001010 10100 1011010 10010 1001110 0 1000001 100011110 1000000 10110

Color Harmonies of #4A145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A145A

Black with #4A145A

Text Example


Text Example

White with #4A145A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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