#473458

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

Shades of Scarlet Gum #473458

Tints of Scarlet Gum #473458

Color information

#473458 (or 0x473458) is unknown color: approx Scarlet Gum. HEX triplet: 47, 34 and 58. RGB value is (71,52,88). Sum of RGB (Red+Green+Blue) = 71+52+88=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 88 - color contains mainly: blue. Hex color #473458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473458 is #B8CBA7. Grayscale: #3D3D3D. Windows color (decimal): -12110760 or 5780551. OLE color: 5780551.

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

Color convert

RGB715288-
CMYK0.190.4100.65
HSL271.67º25.71%27.45%-
HSV(B)271.67º40.91%34.51%-
XYZ5.594.59.81-
YUV61.78142.79134.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.65%
GREEN value IS 52 (20.70% from 255) = 24.64%
BLUE value IS 88 (34.77% from 255) = 41.71%
R=33.65%
G=24.64%
B=41.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7152880.190.4100.65271.6725.7127.45
Hex47345813290411101a1b
Octal10764130235101014203233
Binary1000111110100101100010011101001010000011000100001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473458; }

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

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

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

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

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

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

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

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