#47045B

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

Shades of Scarlet Gum #47045B

Tints of Scarlet Gum #47045B

Color information

#47045B (or 0x47045B) is unknown color: approx Scarlet Gum. HEX triplet: 47, 04 and 5B. RGB value is (71,4,91). Sum of RGB (Red+Green+Blue) = 71+4+91=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #47045B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47045B is #B8FBA4. Grayscale: #212121. Windows color (decimal): -12123045 or 5964871. OLE color: 5964871.

HSL color Cylindrical-coordinate representation of color #47045B: hue angle of 286.21º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47045B is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB71491-
CMYK0.220.9600.64
HSL286.21º91.58%18.63%-
HSV(B)286.21º95.6%35.69%-
XYZ4.532.1810.08-
YUV33.95160.2154.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 4 (1.95% from 255) = 2.41%
BLUE value IS 91 (35.94% from 255) = 54.82%
R=42.77%
G=2.41%
B=54.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal714910.220.9600.64286.2191.5818.63
Hex4745B166004011e5c13
Octal107413326140010043613423
Binary1000111100101101110110110000001000000100011110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47045B; }

 p { color: rgb(71,4,91); }

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

<style>
 a { background-color: #47045B; }

 a { background-color: rgb(71,4,91); }

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

<style>
 span { border-color: #47045B; }

 span { border-color: rgb(71,4,91); }

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