Html Css Color HEX #473A4D Scarlet Gum

📋 copy color: '#473A4D'

red 71 ◦ green 58 ◦ blue 77

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

Shades of Scarlet Gum #473A4D

Tints of Scarlet Gum #473A4D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.16%

 BLUE value IS 77 (30.47% from 255) = 37.38%

R = 34.47%
G = 28.16%
B = 37.38%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#473A4D (or 0x473A4D) is known color: Scarlet Gum. HEX triplet: 47, 3A and 4D. RGB value is (71,58,77). Sum of RGB (Red+Green+Blue) = 71+58+77=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: blue. Hex color #473A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A4D is #B8C5B2. Grayscale: #3F3F3F. Windows color (decimal): -12109235 or 5061191. OLE color: 5061191.

HSL color Cylindrical-coordinate representation of color #473A4D: hue angle of 281.05º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #473A4D is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 58 77 -
CMYK 0.08 0.25 0 0.70
HSL 281.05º 0.14% 0.26% -
HSV(B) 281.05º 0.25% 0.3% -
XYZ 5.45 4.9 7.68 -
YUV 64.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 71 58 77 0.08 0.25 0 0.70 281.05 0.14 0.26
Hex 47 3A 4D 8 19 0 46 119 E 1A
Octal 107 72 115 10 31 0 106 431 16 32
Binary 1000111 111010 1001101 1000 11001 0 1000110 100011001 1110 11010

Color Harmonies of #473A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A4D

Black with #473A4D

Text Example


Text Example

White with #473A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473A4D; }

 p { color: rgb(71,58,77); }

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

background-color css

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

 a { background-color: rgb(71,58,77); }

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

border-color css

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

 span { border-color: rgb(71,58,77); }

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