Html Css Color HEX #473453 Scarlet Gum

📋 copy color: '#473453'

red 71 ◦ green 52 ◦ blue 83

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

Shades of Scarlet Gum #473453

Tints of Scarlet Gum #473453

RGB

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

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

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

R = 34.47%
G = 25.24%
B = 40.29%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#473453 (or 0x473453) is known color: Scarlet Gum. HEX triplet: 47, 34 and 53. RGB value is (71,52,83). Sum of RGB (Red+Green+Blue) = 71+52+83=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #473453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473453 is #B8CBAC. Grayscale: #3D3D3D. Windows color (decimal): -12110765 or 5452871. OLE color: 5452871.

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

Color convert

RGB 71 52 83 -
CMYK 0.14 0.37 0 0.67
HSL 276.77º 0.23% 0.26% -
HSV(B) 276.77º 0.37% 0.33% -
XYZ 5.39 4.42 8.75 -
YUV 61.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 71 52 83 0.14 0.37 0 0.67 276.77 0.23 0.26
Hex 47 34 53 E 25 0 43 115 17 1A
Octal 107 64 123 16 45 0 103 425 27 32
Binary 1000111 110100 1010011 1110 100101 0 1000011 100010101 10111 11010

Color Harmonies of #473453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473453

Black with #473453

Text Example


Text Example

White with #473453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473453; }

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

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

background-color css

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

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

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

border-color css

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

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

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