Html Css Color HEX #47334E Scarlet Gum

📋 copy color: '#47334E'

red 71 ◦ green 51 ◦ blue 78

#47334E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #47334E

Tints of Scarlet Gum #47334E

RGB

 RED value IS 71 (28.13% from 255) = 35.5%

 GREEN value IS 51 (20.31% from 255) = 25.5%

 BLUE value IS 78 (30.86% from 255) = 39%

R = 35.5%
G = 25.5%
B = 39%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47334E (or 0x47334E) is known color: Scarlet Gum. HEX triplet: 47, 33 and 4E. RGB value is (71,51,78). Sum of RGB (Red+Green+Blue) = 71+51+78=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 78 - color contains mainly: blue. Hex color #47334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47334E is #B8CCB1. Grayscale: #3B3B3B. Windows color (decimal): -12111026 or 5124935. OLE color: 5124935.

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

Color convert

RGB 71 51 78 -
CMYK 0.09 0.35 0 0.69
HSL 284.44º 0.21% 0.25% -
HSV(B) 284.44º 0.35% 0.31% -
XYZ 5.16 4.26 7.76 -
YUV 60.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 71 51 78 0.09 0.35 0 0.69 284.44 0.21 0.25
Hex 47 33 4E 9 23 0 45 11C 15 19
Octal 107 63 116 11 43 0 105 434 25 31
Binary 1000111 110011 1001110 1001 100011 0 1000101 100011100 10101 11001

Color Harmonies of #47334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47334E

Black with #47334E

Text Example


Text Example

White with #47334E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47334E;
 }
 .AnyTagClassName
 {
   color: #47334E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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