#473258

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

Shades of Scarlet Gum #473258

Tints of Scarlet Gum #473258

Color information

#473258 (or 0x473258) is unknown color: approx Scarlet Gum. HEX triplet: 47, 32 and 58. RGB value is (71,50,88). Sum of RGB (Red+Green+Blue) = 71+50+88=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #473258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473258 is #B8CDA7. Grayscale: #3C3C3C. Windows color (decimal): -12111272 or 5780039. OLE color: 5780039.

HSL color Cylindrical-coordinate representation of color #473258: hue angle of 273.16º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #473258 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB715088-
CMYK0.190.4300.65
HSL273.16º27.54%27.06%-
HSV(B)273.16º43.18%34.51%-
XYZ5.54.339.78-
YUV60.61143.46135.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 88 (34.77% from 255) = 42.11%
R=33.97%
G=23.92%
B=42.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7150880.190.4300.65273.1627.5427.06
Hex473258132B0411111c1b
Octal10762130235301014213433
Binary1000111110010101100010011101011010000011000100011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473258; }

 p { color: rgb(71,50,88); }

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

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

 a { background-color: rgb(71,50,88); }

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

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

 span { border-color: rgb(71,50,88); }

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