#4F3458

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

Shades of Scarlet Gum #4F3458

Tints of Scarlet Gum #4F3458

Color information

#4F3458 (or 0x4F3458) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 34 and 58. RGB value is (79,52,88). Sum of RGB (Red+Green+Blue) = 79+52+88=219 (29% of max value = 765). Red value is 79 (31.25% from 255 or 36.07% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 88 - color contains mainly: blue. Hex color #4F3458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3458 is #B0CBA7. Grayscale: #404040. Windows color (decimal): -11586472 or 5780559. OLE color: 5780559.

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

Color convert

RGB795288-
CMYK0.100.4100.65
HSL285º25.71%27.45%-
HSV(B)285º40.91%34.51%-
XYZ6.214.829.84-
YUV64.18141.45138.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.07%
GREEN value IS 52 (20.70% from 255) = 23.74%
BLUE value IS 88 (34.77% from 255) = 40.18%
R=36.07%
G=23.74%
B=40.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7952880.100.4100.6528525.7127.45
Hex4F3458A2904111d1a1b
Octal11764130125101014353233
Binary100111111010010110001010101001010000011000111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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