#473057

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

Shades of Scarlet Gum #473057

Tints of Scarlet Gum #473057

Color information

#473057 (or 0x473057) is unknown color: approx Scarlet Gum. HEX triplet: 47, 30 and 57. RGB value is (71,48,87). Sum of RGB (Red+Green+Blue) = 71+48+87=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #473057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473057 is #B8CFA8. Grayscale: #3B3B3B. Windows color (decimal): -12111785 or 5713991. OLE color: 5713991.

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

Color convert

RGB714887-
CMYK0.180.4500.66
HSL275.38º28.89%26.47%-
HSV(B)275.38º44.83%34.12%-
XYZ5.384.149.53-
YUV59.32143.62136.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.47%
GREEN value IS 48 (19.14% from 255) = 23.30%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=34.47%
G=23.30%
B=42.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7148870.180.4500.66275.3828.8926.47
Hex473057122D0421131d1a
Octal10760127225501024233532
Binary1000111110000101011110010101101010000101000100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473057; }

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

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

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

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

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

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

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

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