Html Css Color HEX #473059 Scarlet Gum

📋 copy color: '#473059'

red 71 ◦ green 48 ◦ blue 89

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

Shades of Scarlet Gum #473059

Tints of Scarlet Gum #473059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 42.79%

R = 34.13%
G = 23.08%
B = 42.79%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#473059 (or 0x473059) is known color: Scarlet Gum. HEX triplet: 47, 30 and 59. RGB value is (71,48,89). Sum of RGB (Red+Green+Blue) = 71+48+89=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #473059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473059 is #B8CFA6. Grayscale: #3B3B3B. Windows color (decimal): -12111783 or 5845063. OLE color: 5845063.

HSL color Cylindrical-coordinate representation of color #473059: hue angle of 273.66º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #473059 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 48 89 -
CMYK 0.20 0.46 0 0.65
HSL 273.66º 0.3% 0.27% -
HSV(B) 273.66º 0.46% 0.35% -
XYZ 5.46 4.17 9.97 -
YUV 59.55 144.62 136.17 -
System Red Green Blue C M Y K H S L
Decimal 71 48 89 0.20 0.46 0 0.65 273.66 0.3 0.27
Hex 47 30 59 14 2E 0 41 112 1E 1B
Octal 107 60 131 24 56 0 101 422 36 33
Binary 1000111 110000 1011001 10100 101110 0 1000001 100010010 11110 11011

Color Harmonies of #473059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473059

Black with #473059

Text Example


Text Example

White with #473059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473059; }

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

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

background-color css

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

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

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

border-color css

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

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

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