#47344E

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

Shades of Scarlet Gum #47344E

Tints of Scarlet Gum #47344E

Color information

#47344E (or 0x47344E) is unknown color: approx Scarlet Gum. HEX triplet: 47, 34 and 4E. RGB value is (71,52,78). Sum of RGB (Red+Green+Blue) = 71+52+78=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 78 - color contains mainly: blue. Hex color #47344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47344E is #B8CBB1. Grayscale: #3C3C3C. Windows color (decimal): -12110770 or 5125191. OLE color: 5125191.

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

Color convert

RGB715278-
CMYK0.090.3300.69
HSL283.85º20%25.49%-
HSV(B)283.85º33.33%30.59%-
XYZ5.24.357.77-
YUV60.64137.79135.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.32%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 78 (30.86% from 255) = 38.81%
R=35.32%
G=25.87%
B=38.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7152780.090.3300.69283.852025.49
Hex47344E92104511c1419
Octal10764116114101054342431
Binary100011111010010011101001100001010001011000111001010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47344E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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