#47305E

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

Shades of Scarlet Gum #47305E

Tints of Scarlet Gum #47305E

Color information

#47305E (or 0x47305E) is unknown color: approx Scarlet Gum. HEX triplet: 47, 30 and 5E. RGB value is (71,48,94). Sum of RGB (Red+Green+Blue) = 71+48+94=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 94 - color contains mainly: blue. Hex color #47305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47305E is #B8CFA1. Grayscale: #3B3B3B. Windows color (decimal): -12111778 or 6172743. OLE color: 6172743.

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

Color convert

RGB714894-
CMYK0.240.4900.63
HSL270º32.39%27.84%-
HSV(B)270º48.94%36.86%-
XYZ5.684.2611.11-
YUV60.12147.12135.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.33%
GREEN value IS 48 (19.14% from 255) = 22.54%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=33.33%
G=22.54%
B=44.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7148940.240.4900.6327032.3927.84
Hex47305E183103F10e201c
Octal1076013630610774164034
Binary1000111110000101111011000110001011111110000111010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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