Html Css Color HEX #473054 Scarlet Gum

📋 copy color: '#473054'

red 71 ◦ green 48 ◦ blue 84

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

Shades of Scarlet Gum #473054

Tints of Scarlet Gum #473054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 41.38%

R = 34.98%
G = 23.65%
B = 41.38%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#473054 (or 0x473054) is known color: Scarlet Gum. HEX triplet: 47, 30 and 54. RGB value is (71,48,84). Sum of RGB (Red+Green+Blue) = 71+48+84=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 84 - color contains mainly: blue. Hex color #473054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473054 is #B8CFAB. Grayscale: #3A3A3A. Windows color (decimal): -12111788 or 5517383. OLE color: 5517383.

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

Color convert

RGB 71 48 84 -
CMYK 0.15 0.43 0 0.67
HSL 278.33º 0.27% 0.26% -
HSV(B) 278.33º 0.43% 0.33% -
XYZ 5.26 4.09 8.9 -
YUV 58.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 71 48 84 0.15 0.43 0 0.67 278.33 0.27 0.26
Hex 47 30 54 F 2B 0 43 116 1B 1A
Octal 107 60 124 17 53 0 103 426 33 32
Binary 1000111 110000 1010100 1111 101011 0 1000011 100010110 11011 11010

Color Harmonies of #473054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473054

Black with #473054

Text Example


Text Example

White with #473054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473054; }

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

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

background-color css

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

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

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

border-color css

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

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

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