#473454

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

Shades of Scarlet Gum #473454

Tints of Scarlet Gum #473454

Color information

#473454 (or 0x473454) is unknown color: approx Scarlet Gum. HEX triplet: 47, 34 and 54. RGB value is (71,52,84). Sum of RGB (Red+Green+Blue) = 71+52+84=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 84 - color contains mainly: blue. Hex color #473454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473454 is #B8CBAB. Grayscale: #3D3D3D. Windows color (decimal): -12110764 or 5518407. OLE color: 5518407.

HSL color Cylindrical-coordinate representation of color #473454: hue angle of 275.62º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #473454 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB715284-
CMYK0.150.3800.67
HSL275.62º23.53%26.67%-
HSV(B)275.62º38.1%32.94%-
XYZ5.434.448.96-
YUV61.33140.79134.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.30%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 84 (33.20% from 255) = 40.58%
R=34.30%
G=25.12%
B=40.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7152840.150.3800.67275.6223.5326.67
Hex473454F26043114181b
Octal10764124174601034243033
Binary100011111010010101001111100110010000111000101001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473454; }

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

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

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

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

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

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

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

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