#473056

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

Shades of Scarlet Gum #473056

Tints of Scarlet Gum #473056

Color information

#473056 (or 0x473056) is unknown color: approx Scarlet Gum. HEX triplet: 47, 30 and 56. RGB value is (71,48,86). Sum of RGB (Red+Green+Blue) = 71+48+86=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #473056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473056 is #B8CFA9. Grayscale: #3B3B3B. Windows color (decimal): -12111786 or 5648455. OLE color: 5648455.

HSL color Cylindrical-coordinate representation of color #473056: hue angle of 276.32º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #473056 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB714886-
CMYK0.170.4400.66
HSL276.32º28.36%26.27%-
HSV(B)276.32º44.19%33.73%-
XYZ5.344.139.32-
YUV59.21143.12136.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.63%
GREEN value IS 48 (19.14% from 255) = 23.41%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=34.63%
G=23.41%
B=41.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7148860.170.4400.66276.3228.3626.27
Hex473056112C0421141c1a
Octal10760126215401024243432
Binary1000111110000101011010001101100010000101000101001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473056; }

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

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

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

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

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

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

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

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