Html Css Color HEX #4A185C Scarlet Gum

📋 copy color: '#4A185C'

red 74 ◦ green 24 ◦ blue 92

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

Shades of Scarlet Gum #4A185C

Tints of Scarlet Gum #4A185C

RGB

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

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

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

R = 38.95%
G = 12.63%
B = 48.42%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4A185C (or 0x4A185C) is known color: Scarlet Gum. HEX triplet: 4A, 18 and 5C. RGB value is (74,24,92). Sum of RGB (Red+Green+Blue) = 74+24+92=190 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.95% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #4A185C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A185C is #B5E7A3. Grayscale: #2E2E2E. Windows color (decimal): -11921316 or 6035530. OLE color: 6035530.

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

Color convert

RGB 74 24 92 -
CMYK 0.20 0.74 0 0.64
HSL 284.12º 0.59% 0.23% -
HSV(B) 284.12º 0.74% 0.36% -
XYZ 5.08 2.88 10.41 -
YUV 46.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 74 24 92 0.20 0.74 0 0.64 284.12 0.59 0.23
Hex 4A 18 5C 14 4A 0 40 11C 3B 17
Octal 112 30 134 24 112 0 100 434 73 27
Binary 1001010 11000 1011100 10100 1001010 0 1000000 100011100 111011 10111

Color Harmonies of #4A185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A185C

Black with #4A185C

Text Example


Text Example

White with #4A185C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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