Html Css Color HEX #4F3960 Scarlet Gum

📋 copy color: '#4F3960'

red 79 ◦ green 57 ◦ blue 96

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

Shades of Scarlet Gum #4F3960

Tints of Scarlet Gum #4F3960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.38%

R = 34.05%
G = 24.57%
B = 41.38%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4F3960 (or 0x4F3960) is known color: Scarlet Gum. HEX triplet: 4F, 39 and 60. RGB value is (79,57,96). Sum of RGB (Red+Green+Blue) = 79+57+96=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F3960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3960 is #B0C69F. Grayscale: #434343. Windows color (decimal): -11585184 or 6306127. OLE color: 6306127.

HSL color Cylindrical-coordinate representation of color #4F3960: hue angle of 273.85º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F3960 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 57 96 -
CMYK 0.18 0.41 0 0.62
HSL 273.85º 0.25% 0.3% -
HSV(B) 273.85º 0.41% 0.38% -
XYZ 6.8 5.43 11.76 -
YUV 68.02 143.79 135.83 -
System Red Green Blue C M Y K H S L
Decimal 79 57 96 0.18 0.41 0 0.62 273.85 0.25 0.3
Hex 4F 39 60 12 29 0 3E 112 19 1E
Octal 117 71 140 22 51 0 76 422 31 36
Binary 1001111 111001 1100000 10010 101001 0 111110 100010010 11001 11110

Color Harmonies of #4F3960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3960

Black with #4F3960

Text Example


Text Example

White with #4F3960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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