#47304E

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

Shades of Scarlet Gum #47304E

Tints of Scarlet Gum #47304E

Color information

#47304E (or 0x47304E) is unknown color: approx Scarlet Gum. HEX triplet: 47, 30 and 4E. RGB value is (71,48,78). Sum of RGB (Red+Green+Blue) = 71+48+78=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 78 - color contains mainly: blue. Hex color #47304E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47304E is #B8CFB1. Grayscale: #3A3A3A. Windows color (decimal): -12111794 or 5124167. OLE color: 5124167.

HSL color Cylindrical-coordinate representation of color #47304E: hue angle of 286º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47304E is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB714878-
CMYK0.090.3800.69
HSL286º23.81%24.71%-
HSV(B)286º38.46%30.59%-
XYZ5.0347.72-
YUV58.3139.12137.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.04%
GREEN value IS 48 (19.14% from 255) = 24.37%
BLUE value IS 78 (30.86% from 255) = 39.59%
R=36.04%
G=24.37%
B=39.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7148780.090.3800.6928623.8124.71
Hex47304E92604511e1819
Octal10760116114601054363031
Binary100011111000010011101001100110010001011000111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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