#472962

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

Shades of Scarlet Gum #472962

Tints of Scarlet Gum #472962

Color information

#472962 (or 0x472962) is unknown color: approx Scarlet Gum. HEX triplet: 47, 29 and 62. RGB value is (71,41,98). Sum of RGB (Red+Green+Blue) = 71+41+98=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #472962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472962 is #B8D69D. Grayscale: #383838. Windows color (decimal): -12113566 or 6433095. OLE color: 6433095.

HSL color Cylindrical-coordinate representation of color #472962: hue angle of 271.58º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #472962 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB714198-
CMYK0.280.5800.62
HSL271.58º41.01%27.25%-
HSV(B)271.58º58.16%38.43%-
XYZ5.63.8112-
YUV56.47151.44138.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.81%
GREEN value IS 41 (16.41% from 255) = 19.52%
BLUE value IS 98 (38.67% from 255) = 46.67%
R=33.81%
G=19.52%
B=46.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7141980.280.5800.62271.5841.0127.25
Hex4729621C3A03E110291b
Octal1075114234720764205133
Binary1000111101001110001011100111010011111010001000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472962; }

 p { color: rgb(71,41,98); }

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

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

 a { background-color: rgb(71,41,98); }

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

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

 span { border-color: rgb(71,41,98); }

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