#473058

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

Shades of Scarlet Gum #473058

Tints of Scarlet Gum #473058

Color information

#473058 (or 0x473058) is unknown color: approx Scarlet Gum. HEX triplet: 47, 30 and 58. RGB value is (71,48,88). Sum of RGB (Red+Green+Blue) = 71+48+88=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #473058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473058 is #B8CFA7. Grayscale: #3B3B3B. Windows color (decimal): -12111784 or 5779527. OLE color: 5779527.

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

Color convert

RGB714888-
CMYK0.190.4500.65
HSL274.5º29.41%26.67%-
HSV(B)274.5º45.45%34.51%-
XYZ5.424.169.75-
YUV59.44144.12136.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.30%
GREEN value IS 48 (19.14% from 255) = 23.19%
BLUE value IS 88 (34.77% from 255) = 42.51%
R=34.30%
G=23.19%
B=42.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7148880.190.4500.65274.529.4126.67
Hex473058132D0411121d1b
Octal10760130235501014223533
Binary1000111110000101100010011101101010000011000100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473058; }

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

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

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

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

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

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

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

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