#472E5A

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

Shades of Scarlet Gum #472E5A

Tints of Scarlet Gum #472E5A

Color information

#472E5A (or 0x472E5A) is unknown color: approx Scarlet Gum. HEX triplet: 47, 2E and 5A. RGB value is (71,46,90). Sum of RGB (Red+Green+Blue) = 71+46+90=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #472E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472E5A is #B8D1A5. Grayscale: #3A3A3A. Windows color (decimal): -12112294 or 5910087. OLE color: 5910087.

HSL color Cylindrical-coordinate representation of color #472E5A: hue angle of 274.09º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #472E5A is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB714690-
CMYK0.210.4900.65
HSL274.09º32.35%26.67%-
HSV(B)274.09º48.89%35.29%-
XYZ5.424.0310.17-
YUV58.49145.78136.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.30%
GREEN value IS 46 (18.36% from 255) = 22.22%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=34.30%
G=22.22%
B=43.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7146900.210.4900.65274.0932.3526.67
Hex472E5A1531041112201b
Octal10756132256101014224033
Binary10001111011101011010101011100010100000110001001010000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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