Html Css Color HEX #473454 Scarlet Gum

📋 copy color: '#473454'

red 71 ◦ green 52 ◦ blue 84

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

Shades of Scarlet Gum #473454

Tints of Scarlet Gum #473454

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.12%

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

R = 34.3%
G = 25.12%
B = 40.58%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#473454 (or 0x473454) is known color: Scarlet Gum. HEX triplet: 47, 34 and 54. RGB value is (71,52,84). Sum of RGB (Red+Green+Blue) = 71+52+84=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 84 - color contains mainly: blue. Hex color #473454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473454 is #B8CBAB. Grayscale: #3D3D3D. Windows color (decimal): -12110764 or 5518407. OLE color: 5518407.

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

Color convert

RGB 71 52 84 -
CMYK 0.15 0.38 0 0.67
HSL 275.63º 0.24% 0.27% -
HSV(B) 275.63º 0.38% 0.33% -
XYZ 5.43 4.44 8.96 -
YUV 61.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 71 52 84 0.15 0.38 0 0.67 275.63 0.24 0.27
Hex 47 34 54 F 26 0 43 114 18 1B
Octal 107 64 124 17 46 0 103 424 30 33
Binary 1000111 110100 1010100 1111 100110 0 1000011 100010100 11000 11011

Color Harmonies of #473454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473454

Black with #473454

Text Example


Text Example

White with #473454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473454; }

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

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

background-color css

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

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

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

border-color css

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

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

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