Html Css Color HEX #4A155C Scarlet Gum

📋 copy color: '#4A155C'

red 74 ◦ green 21 ◦ blue 92

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

Shades of Scarlet Gum #4A155C

Tints of Scarlet Gum #4A155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

 BLUE value IS 92 (36.33% from 255) = 49.2%

R = 39.57%
G = 11.23%
B = 49.2%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A155C (or 0x4A155C) is known color: Scarlet Gum. HEX triplet: 4A, 15 and 5C. RGB value is (74,21,92). Sum of RGB (Red+Green+Blue) = 74+21+92=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #4A155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A155C is #B5EAA3. Grayscale: #2C2C2C. Windows color (decimal): -11922084 or 6034762. OLE color: 6034762.

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

Color convert

RGB 74 21 92 -
CMYK 0.20 0.77 0 0.64
HSL 284.79º 0.63% 0.22% -
HSV(B) 284.79º 0.77% 0.36% -
XYZ 5.02 2.76 10.39 -
YUV 44.94 154.56 148.73 -
System Red Green Blue C M Y K H S L
Decimal 74 21 92 0.20 0.77 0 0.64 284.79 0.63 0.22
Hex 4A 15 5C 14 4D 0 40 11D 3F 16
Octal 112 25 134 24 115 0 100 435 77 26
Binary 1001010 10101 1011100 10100 1001101 0 1000000 100011101 111111 10110

Color Harmonies of #4A155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A155C

Black with #4A155C

Text Example


Text Example

White with #4A155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,21,92); }

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

background-color css

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

 a { background-color: rgb(74,21,92); }

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

border-color css

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

 span { border-color: rgb(74,21,92); }

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