Html Css Color HEX #473053 Scarlet Gum

📋 copy color: '#473053'

red 71 ◦ green 48 ◦ blue 83

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

Shades of Scarlet Gum #473053

Tints of Scarlet Gum #473053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 41.09%

R = 35.15%
G = 23.76%
B = 41.09%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#473053 (or 0x473053) is known color: Scarlet Gum. HEX triplet: 47, 30 and 53. RGB value is (71,48,83). Sum of RGB (Red+Green+Blue) = 71+48+83=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #473053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473053 is #B8CFAC. Grayscale: #3A3A3A. Windows color (decimal): -12111789 or 5451847. OLE color: 5451847.

HSL color Cylindrical-coordinate representation of color #473053: hue angle of 279.43º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #473053 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 48 83 -
CMYK 0.14 0.42 0 0.67
HSL 279.43º 0.27% 0.26% -
HSV(B) 279.43º 0.42% 0.33% -
XYZ 5.22 4.08 8.7 -
YUV 58.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 71 48 83 0.14 0.42 0 0.67 279.43 0.27 0.26
Hex 47 30 53 E 2A 0 43 117 1B 1A
Octal 107 60 123 16 52 0 103 427 33 32
Binary 1000111 110000 1010011 1110 101010 0 1000011 100010111 11011 11010

Color Harmonies of #473053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473053

Black with #473053

Text Example


Text Example

White with #473053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473053; }

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

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

background-color css

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

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

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

border-color css

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

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

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