Html Css Color HEX #473057 Scarlet Gum

📋 copy color: '#473057'

red 71 ◦ green 48 ◦ blue 87

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

Shades of Scarlet Gum #473057

Tints of Scarlet Gum #473057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 42.23%

R = 34.47%
G = 23.3%
B = 42.23%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#473057 (or 0x473057) is known color: Scarlet Gum. HEX triplet: 47, 30 and 57. RGB value is (71,48,87). Sum of RGB (Red+Green+Blue) = 71+48+87=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #473057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473057 is #B8CFA8. Grayscale: #3B3B3B. Windows color (decimal): -12111785 or 5713991. OLE color: 5713991.

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

Color convert

RGB 71 48 87 -
CMYK 0.18 0.45 0 0.66
HSL 275.38º 0.29% 0.26% -
HSV(B) 275.38º 0.45% 0.34% -
XYZ 5.38 4.14 9.53 -
YUV 59.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 71 48 87 0.18 0.45 0 0.66 275.38 0.29 0.26
Hex 47 30 57 12 2D 0 42 113 1D 1A
Octal 107 60 127 22 55 0 102 423 35 32
Binary 1000111 110000 1010111 10010 101101 0 1000010 100010011 11101 11010

Color Harmonies of #473057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473057

Black with #473057

Text Example


Text Example

White with #473057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473057; }

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

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

background-color css

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

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

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

border-color css

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

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

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