Html Css Color HEX #4F375C Scarlet Gum

📋 copy color: '#4F375C'

red 79 ◦ green 55 ◦ blue 92

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

Shades of Scarlet Gum #4F375C

Tints of Scarlet Gum #4F375C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.34%

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

R = 34.96%
G = 24.34%
B = 40.71%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4F375C (or 0x4F375C) is known color: Scarlet Gum. HEX triplet: 4F, 37 and 5C. RGB value is (79,55,92). Sum of RGB (Red+Green+Blue) = 79+55+92=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F375C is #B0C8A3. Grayscale: #424242. Windows color (decimal): -11585700 or 6043471. OLE color: 6043471.

HSL color Cylindrical-coordinate representation of color #4F375C: hue angle of 278.92º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F375C is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 79 55 92 -
CMYK 0.14 0.40 0 0.64
HSL 278.92º 0.25% 0.29% -
HSV(B) 278.92º 0.4% 0.36% -
XYZ 6.52 5.17 10.78 -
YUV 66.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 79 55 92 0.14 0.40 0 0.64 278.92 0.25 0.29
Hex 4F 37 5C E 28 0 40 117 19 1D
Octal 117 67 134 16 50 0 100 427 31 35
Binary 1001111 110111 1011100 1110 101000 0 1000000 100010111 11001 11101

Color Harmonies of #4F375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F375C

Black with #4F375C

Text Example


Text Example

White with #4F375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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