#47305C

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

Shades of Scarlet Gum #47305C

Tints of Scarlet Gum #47305C

Color information

#47305C (or 0x47305C) is unknown color: approx Scarlet Gum. HEX triplet: 47, 30 and 5C. RGB value is (71,48,92). Sum of RGB (Red+Green+Blue) = 71+48+92=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #47305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47305C is #B8CFA3. Grayscale: #3B3B3B. Windows color (decimal): -12111780 or 6041671. OLE color: 6041671.

HSL color Cylindrical-coordinate representation of color #47305C: hue angle of 271.36º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47305C is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB714892-
CMYK0.230.4800.64
HSL271.36º31.43%27.45%-
HSV(B)271.36º47.83%36.08%-
XYZ5.594.2310.65-
YUV59.89146.12135.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.65%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=33.65%
G=22.75%
B=43.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7148920.230.4800.64271.3631.4327.45
Hex47305C173004010f1f1b
Octal10760134276001004173733
Binary1000111110000101110010111110000010000001000011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47305C; }

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

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

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

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

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

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

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

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