#473054

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

Shades of Scarlet Gum #473054

Tints of Scarlet Gum #473054

Color information

#473054 (or 0x473054) is unknown color: approx Scarlet Gum. HEX triplet: 47, 30 and 54. RGB value is (71,48,84). Sum of RGB (Red+Green+Blue) = 71+48+84=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 84 - color contains mainly: blue. Hex color #473054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473054 is #B8CFAB. Grayscale: #3A3A3A. Windows color (decimal): -12111788 or 5517383. OLE color: 5517383.

HSL color Cylindrical-coordinate representation of color #473054: hue angle of 278.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #473054 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB714884-
CMYK0.150.4300.67
HSL278.33º27.27%25.88%-
HSV(B)278.33º42.86%32.94%-
XYZ5.264.098.9-
YUV58.98142.12136.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.98%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=34.98%
G=23.65%
B=41.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7148840.150.4300.67278.3327.2725.88
Hex473054F2B0431161b1a
Octal10760124175301034263332
Binary100011111000010101001111101011010000111000101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473054; }

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

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

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

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

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

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

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

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