Html Css Color HEX #4F195C Scarlet Gum

📋 copy color: '#4F195C'

red 79 ◦ green 25 ◦ blue 92

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

Shades of Scarlet Gum #4F195C

Tints of Scarlet Gum #4F195C

RGB

 RED value IS 79 (31.25% from 255) = 40.31%

 GREEN value IS 25 (10.16% from 255) = 12.76%

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

R = 40.31%
G = 12.76%
B = 46.94%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F195C (or 0x4F195C) is known color: Scarlet Gum. HEX triplet: 4F, 19 and 5C. RGB value is (79,25,92). Sum of RGB (Red+Green+Blue) = 79+25+92=196 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.31% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F195C is #B0E6A3. Grayscale: #303030. Windows color (decimal): -11593380 or 6035791. OLE color: 6035791.

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

Color convert

RGB 79 25 92 -
CMYK 0.14 0.73 0 0.64
HSL 288.36º 0.57% 0.23% -
HSV(B) 288.36º 0.73% 0.36% -
XYZ 5.5 3.13 10.44 -
YUV 48.78 152.39 149.55 -
System Red Green Blue C M Y K H S L
Decimal 79 25 92 0.14 0.73 0 0.64 288.36 0.57 0.23
Hex 4F 19 5C E 49 0 40 120 39 17
Octal 117 31 134 16 111 0 100 440 71 27
Binary 1001111 11001 1011100 1110 1001001 0 1000000 100100000 111001 10111

Color Harmonies of #4F195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F195C

Black with #4F195C

Text Example


Text Example

White with #4F195C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,25,92); }

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

background-color css

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

 a { background-color: rgb(79,25,92); }

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

border-color css

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

 span { border-color: rgb(79,25,92); }

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