Html Css Color HEX #473156 Scarlet Gum

📋 copy color: '#473156'

red 71 ◦ green 49 ◦ blue 86

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

Shades of Scarlet Gum #473156

Tints of Scarlet Gum #473156

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.79%

 BLUE value IS 86 (33.98% from 255) = 41.75%

R = 34.47%
G = 23.79%
B = 41.75%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#473156 (or 0x473156) is known color: Scarlet Gum. HEX triplet: 47, 31 and 56. RGB value is (71,49,86). Sum of RGB (Red+Green+Blue) = 71+49+86=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 86 - color contains mainly: blue. Hex color #473156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473156 is #B8CEA9. Grayscale: #3B3B3B. Windows color (decimal): -12111530 or 5648711. OLE color: 5648711.

HSL color Cylindrical-coordinate representation of color #473156: hue angle of 275.68º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #473156 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 49 86 -
CMYK 0.17 0.43 0 0.66
HSL 275.68º 0.27% 0.26% -
HSV(B) 275.68º 0.43% 0.34% -
XYZ 5.38 4.21 9.33 -
YUV 59.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 71 49 86 0.17 0.43 0 0.66 275.68 0.27 0.26
Hex 47 31 56 11 2B 0 42 114 1B 1A
Octal 107 61 126 21 53 0 102 424 33 32
Binary 1000111 110001 1010110 10001 101011 0 1000010 100010100 11011 11010

Color Harmonies of #473156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473156

Black with #473156

Text Example


Text Example

White with #473156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473156; }

 p { color: rgb(71,49,86); }

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

background-color css

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

 a { background-color: rgb(71,49,86); }

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

border-color css

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

 span { border-color: rgb(71,49,86); }

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