#47305D

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

Shades of Scarlet Gum #47305D

Tints of Scarlet Gum #47305D

Color information

#47305D (or 0x47305D) is unknown color: approx Scarlet Gum. HEX triplet: 47, 30 and 5D. RGB value is (71,48,93). Sum of RGB (Red+Green+Blue) = 71+48+93=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #47305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47305D is #B8CFA2. Grayscale: #3B3B3B. Windows color (decimal): -12111779 or 6107207. OLE color: 6107207.

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

Color convert

RGB714893-
CMYK0.240.4800.64
HSL270.67º31.91%27.65%-
HSV(B)270.67º48.39%36.47%-
XYZ5.634.2410.88-
YUV60.01146.62135.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 48 (19.14% from 255) = 22.64%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=33.49%
G=22.64%
B=43.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7148930.240.4800.64270.6731.9127.65
Hex47305D183004010f201c
Octal10760135306001004174034
Binary10001111100001011101110001100000100000010000111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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