#472E54

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

Shades of Scarlet Gum #472E54

Tints of Scarlet Gum #472E54

Color information

#472E54 (or 0x472E54) is unknown color: approx Scarlet Gum. HEX triplet: 47, 2E and 54. RGB value is (71,46,84). Sum of RGB (Red+Green+Blue) = 71+46+84=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 84 - color contains mainly: blue. Hex color #472E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472E54 is #B8D1AB. Grayscale: #393939. Windows color (decimal): -12112300 or 5516871. OLE color: 5516871.

HSL color Cylindrical-coordinate representation of color #472E54: hue angle of 279.47º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #472E54 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB714684-
CMYK0.150.4500.67
HSL279.47º29.23%25.49%-
HSV(B)279.47º45.24%32.94%-
XYZ5.183.938.87-
YUV57.81142.78137.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.32%
GREEN value IS 46 (18.36% from 255) = 22.89%
BLUE value IS 84 (33.20% from 255) = 41.79%
R=35.32%
G=22.89%
B=41.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7146840.150.4500.67279.4729.2325.49
Hex472E54F2D0431171d19
Octal10756124175501034273531
Binary100011110111010101001111101101010000111000101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472E54; }

 p { color: rgb(71,46,84); }

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

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

 a { background-color: rgb(71,46,84); }

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

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

 span { border-color: rgb(71,46,84); }

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