#4F3661

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

Shades of Scarlet Gum #4F3661

Tints of Scarlet Gum #4F3661

Color information

#4F3661 (or 0x4F3661) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 36 and 61. RGB value is (79,54,97). Sum of RGB (Red+Green+Blue) = 79+54+97=230 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.35% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F3661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3661 is #B0C99E. Grayscale: #424242. Windows color (decimal): -11585951 or 6370895. OLE color: 6370895.

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

Color convert

RGB795497-
CMYK0.190.4400.62
HSL274.88º28.48%29.61%-
HSV(B)274.88º44.33%38.04%-
XYZ6.75.1611.95-
YUV66.38145.28137-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.35%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=34.35%
G=23.48%
B=42.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7954970.190.4400.62274.8828.4829.61
Hex4F3661132C03E1131c1e
Octal1176614123540764233436
Binary100111111011011000011001110110001111101000100111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,54,97); }

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

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

 a { background-color: rgb(79,54,97); }

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

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

 span { border-color: rgb(79,54,97); }

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