Html Css Color HEX #4F3163 Scarlet Gum

📋 copy color: '#4F3163'

red 79 ◦ green 49 ◦ blue 99

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

Shades of Scarlet Gum #4F3163

Tints of Scarlet Gum #4F3163

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.59%

 BLUE value IS 99 (39.06% from 255) = 43.61%

R = 34.8%
G = 21.59%
B = 43.61%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#4F3163 (or 0x4F3163) is known color: Scarlet Gum. HEX triplet: 4F, 31 and 63. RGB value is (79,49,99). Sum of RGB (Red+Green+Blue) = 79+49+99=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #4F3163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3163 is #B0CE9C. Grayscale: #3F3F3F. Windows color (decimal): -11587229 or 6500687. OLE color: 6500687.

HSL color Cylindrical-coordinate representation of color #4F3163: hue angle of 276º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F3163 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 79 49 99 -
CMYK 0.20 0.51 0 0.61
HSL 276º 0.34% 0.29% -
HSV(B) 276º 0.51% 0.39% -
XYZ 6.57 4.76 12.38 -
YUV 63.67 147.94 138.93 -
System Red Green Blue C M Y K H S L
Decimal 79 49 99 0.20 0.51 0 0.61 276 0.34 0.29
Hex 4F 31 63 14 33 0 3D 114 22 1D
Octal 117 61 143 24 63 0 75 424 42 35
Binary 1001111 110001 1100011 10100 110011 0 111101 100010100 100010 11101

Color Harmonies of #4F3163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3163

Black with #4F3163

Text Example


Text Example

White with #4F3163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,49,99); }

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

background-color css

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

 a { background-color: rgb(79,49,99); }

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

border-color css

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

 span { border-color: rgb(79,49,99); }

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