#4F285D

Color #4F285D Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #4F285D

Tints of Scarlet Gum #4F285D

Color information

#4F285D (or 0x4F285D) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 28 and 5D. RGB value is (79,40,93). Sum of RGB (Red+Green+Blue) = 79+40+93=212 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.26% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F285D is #B0D7A2. Grayscale: #393939. Windows color (decimal): -11589539 or 6105167. OLE color: 6105167.

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

Color convert

RGB794093-
CMYK0.150.5700.64
HSL284.15º39.85%26.08%-
HSV(B)284.15º56.99%36.47%-
XYZ5.963.9710.81-
YUV57.7147.92143.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.26%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=37.26%
G=18.87%
B=43.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7940930.150.5700.64284.1539.8526.08
Hex4F285DF3904011c281a
Octal11750135177101004345032
Binary1001111101000101110111111110010100000010001110010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,40,93); }

 H1.HeaderClassName
 {
   color: #4F285D;
 }
 .AnyTagClassName
 {
   color: #4F285D;
 }
</style>
background-color css

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

 a { background-color: rgb(79,40,93); }

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

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

 span { border-color: rgb(79,40,93); }

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