#4F2562

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

Shades of Scarlet Gum #4F2562

Tints of Scarlet Gum #4F2562

Color information

#4F2562 (or 0x4F2562) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 25 and 62. RGB value is (79,37,98). Sum of RGB (Red+Green+Blue) = 79+37+98=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #4F2562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2562 is #B0DA9D. Grayscale: #383838. Windows color (decimal): -11590302 or 6432079. OLE color: 6432079.

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

Color convert

RGB793798-
CMYK0.190.6200.62
HSL281.31º45.19%26.47%-
HSV(B)281.31º62.24%38.43%-
XYZ6.093.8711.98-
YUV56.51151.41144.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.92%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 98 (38.67% from 255) = 45.79%
R=36.92%
G=17.29%
B=45.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7937980.190.6200.62281.3145.1926.47
Hex4F2562133E03E1192d1a
Octal1174514223760764315532
Binary1001111100101110001010011111110011111010001100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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