Html Css Color HEX #473F53 Grape

📋 copy color: '#473F53'

red 71 ◦ green 63 ◦ blue 83

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

Shades of Grape #473F53

Tints of Grape #473F53

RGB

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

 GREEN value IS 63 (25% from 255) = 29.03%

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

R = 32.72%
G = 29.03%
B = 38.25%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#473F53 (or 0x473F53) is known color: Grape. HEX triplet: 47, 3F and 53. RGB value is (71,63,83). Sum of RGB (Red+Green+Blue) = 71+63+83=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 83 - color contains mainly: blue. Hex color #473F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473F53 is #B8C0AC. Grayscale: #434343. Windows color (decimal): -12107949 or 5455687. OLE color: 5455687.

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

Color convert

RGB 71 63 83 -
CMYK 0.14 0.24 0 0.67
HSL 264º 0.14% 0.29% -
HSV(B) 264º 0.24% 0.33% -
XYZ 5.94 5.52 8.94 -
YUV 67.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 71 63 83 0.14 0.24 0 0.67 264 0.14 0.29
Hex 47 3F 53 E 18 0 43 108 E 1D
Octal 107 77 123 16 30 0 103 410 16 35
Binary 1000111 111111 1010011 1110 11000 0 1000011 100001000 1110 11101

Color Harmonies of #473F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F53

Black with #473F53

Text Example


Text Example

White with #473F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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