#473456

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

Shades of Scarlet Gum #473456

Tints of Scarlet Gum #473456

Color information

#473456 (or 0x473456) is unknown color: approx Scarlet Gum. HEX triplet: 47, 34 and 56. RGB value is (71,52,86). Sum of RGB (Red+Green+Blue) = 71+52+86=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 86 - color contains mainly: blue. Hex color #473456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473456 is #B8CBA9. Grayscale: #3D3D3D. Windows color (decimal): -12110762 or 5649479. OLE color: 5649479.

HSL color Cylindrical-coordinate representation of color #473456: hue angle of 273.53º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #473456 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB715286-
CMYK0.170.4000.66
HSL273.53º24.64%27.06%-
HSV(B)273.53º39.53%33.73%-
XYZ5.514.479.38-
YUV61.56141.79134.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 52 (20.70% from 255) = 24.88%
BLUE value IS 86 (33.98% from 255) = 41.15%
R=33.97%
G=24.88%
B=41.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7152860.170.4000.66273.5324.6427.06
Hex4734561128042112191b
Octal10764126215001024223133
Binary1000111110100101011010001101000010000101000100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473456; }

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

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

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

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

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

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

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

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