#4F3762

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

Shades of Scarlet Gum #4F3762

Tints of Scarlet Gum #4F3762

Color information

#4F3762 (or 0x4F3762) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 37 and 62. RGB value is (79,55,98). Sum of RGB (Red+Green+Blue) = 79+55+98=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #4F3762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3762 is #B0C89D. Grayscale: #424242. Windows color (decimal): -11585694 or 6436687. OLE color: 6436687.

HSL color Cylindrical-coordinate representation of color #4F3762: hue angle of 273.49º 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 #4F3762 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB795598-
CMYK0.190.4400.62
HSL273.49º28.1%30%-
HSV(B)273.49º43.88%38.43%-
XYZ6.85.2812.22-
YUV67.08145.45136.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.05%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 98 (38.67% from 255) = 42.24%
R=34.05%
G=23.71%
B=42.24%

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
Decimal7955980.190.4400.62273.4928.130
Hex4F3762132C03E1111c1e
Octal1176714223540764213436
Binary100111111011111000101001110110001111101000100011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,55,98); }

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

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

 a { background-color: rgb(79,55,98); }

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

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

 span { border-color: rgb(79,55,98); }

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