Html Css Color HEX #473050 Scarlet Gum

📋 copy color: '#473050'

red 71 ◦ green 48 ◦ blue 80

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

Shades of Scarlet Gum #473050

Tints of Scarlet Gum #473050

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.12%

 BLUE value IS 80 (31.64% from 255) = 40.2%

R = 35.68%
G = 24.12%
B = 40.2%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#473050 (or 0x473050) is known color: Scarlet Gum. HEX triplet: 47, 30 and 50. RGB value is (71,48,80). Sum of RGB (Red+Green+Blue) = 71+48+80=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 80 - color contains mainly: blue. Hex color #473050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473050 is #B8CFAF. Grayscale: #3A3A3A. Windows color (decimal): -12111792 or 5255239. OLE color: 5255239.

HSL color Cylindrical-coordinate representation of color #473050: hue angle of 283.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #473050 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 48 80 -
CMYK 0.11 0.40 0 0.69
HSL 283.13º 0.25% 0.25% -
HSV(B) 283.13º 0.4% 0.31% -
XYZ 5.1 4.03 8.1 -
YUV 58.53 140.12 136.9 -
System Red Green Blue C M Y K H S L
Decimal 71 48 80 0.11 0.40 0 0.69 283.13 0.25 0.25
Hex 47 30 50 B 28 0 45 11B 19 19
Octal 107 60 120 13 50 0 105 433 31 31
Binary 1000111 110000 1010000 1011 101000 0 1000101 100011011 11001 11001

Color Harmonies of #473050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473050

Black with #473050

Text Example


Text Example

White with #473050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473050; }

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

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

background-color css

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

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

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

border-color css

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

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

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