#47305A

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

Shades of Scarlet Gum #47305A

Tints of Scarlet Gum #47305A

Color information

#47305A (or 0x47305A) is unknown color: approx Scarlet Gum. HEX triplet: 47, 30 and 5A. RGB value is (71,48,90). Sum of RGB (Red+Green+Blue) = 71+48+90=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #47305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47305A is #B8CFA5. Grayscale: #3B3B3B. Windows color (decimal): -12111782 or 5910599. OLE color: 5910599.

HSL color Cylindrical-coordinate representation of color #47305A: hue angle of 272.86º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47305A is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB714890-
CMYK0.210.4700.65
HSL272.86º30.43%27.06%-
HSV(B)272.86º46.67%35.29%-
XYZ5.54.1910.19-
YUV59.66145.12136.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=33.97%
G=22.97%
B=43.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7148900.210.4700.65272.8630.4327.06
Hex47305A152F0411111e1b
Octal10760132255701014213633
Binary1000111110000101101010101101111010000011000100011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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