#470d5c

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

Shades of Scarlet Gum #470D5C

Tints of Scarlet Gum #470D5C

Color information

#470D5C (or 0x470D5C) is unknown color: approx Scarlet Gum. HEX triplet: 47, 0D and 5C. RGB value is (71,13,92). Sum of RGB (Red+Green+Blue) = 71+13+92=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #470D5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470D5C is #B8F2A3. Grayscale: #272727. Windows color (decimal): -12120740 or 6032711. OLE color: 6032711.

HSL color Cylindrical-coordinate representation of color #470D5C: hue angle of 284.05º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #470D5C is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB711392-
CMYK0.230.8600.64
HSL284.05º75.24%20.59%-
HSV(B)284.05º85.87%36.08%-
XYZ4.672.410.34-
YUV39.35157.72150.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.34%
GREEN value IS 13 (5.47% from 255) = 7.39%
BLUE value IS 92 (36.33% from 255) = 52.27%
R=40.34%
G=7.39%
B=52.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7113920.230.8600.64284.0575.2420.59
Hex47D5C175604011c4b15
Octal1071513427126010043411325
Binary10001111101101110010111101011001000000100011100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470d5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470d5c; }

 p { color: rgb(71,13,92); }

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

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

 a { background-color: rgb(71,13,92); }

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

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

 span { border-color: rgb(71,13,92); }

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