Html Css Color HEX #4F3958 Scarlet Gum

📋 copy color: '#4F3958'

red 79 ◦ green 57 ◦ blue 88

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

Shades of Scarlet Gum #4F3958

Tints of Scarlet Gum #4F3958

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.45%

 BLUE value IS 88 (34.77% from 255) = 39.29%

R = 35.27%
G = 25.45%
B = 39.29%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4F3958 (or 0x4F3958) is known color: Scarlet Gum. HEX triplet: 4F, 39 and 58. RGB value is (79,57,88). Sum of RGB (Red+Green+Blue) = 79+57+88=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #4F3958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3958 is #B0C6A7. Grayscale: #434343. Windows color (decimal): -11585192 or 5781839. OLE color: 5781839.

HSL color Cylindrical-coordinate representation of color #4F3958: hue angle of 282.58º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F3958 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 57 88 -
CMYK 0.10 0.35 0 0.65
HSL 282.58º 0.21% 0.28% -
HSV(B) 282.58º 0.35% 0.35% -
XYZ 6.45 5.29 9.91 -
YUV 67.11 139.79 136.48 -
System Red Green Blue C M Y K H S L
Decimal 79 57 88 0.10 0.35 0 0.65 282.58 0.21 0.28
Hex 4F 39 58 A 23 0 41 11B 15 1C
Octal 117 71 130 12 43 0 101 433 25 34
Binary 1001111 111001 1011000 1010 100011 0 1000001 100011011 10101 11100

Color Harmonies of #4F3958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3958

Black with #4F3958

Text Example


Text Example

White with #4F3958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,57,88); }

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

background-color css

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

 a { background-color: rgb(79,57,88); }

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

border-color css

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

 span { border-color: rgb(79,57,88); }

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