Html Css Color HEX #473B59 Grape

📋 copy color: '#473B59'

red 71 ◦ green 59 ◦ blue 89

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

Shades of Grape #473B59

Tints of Grape #473B59

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.94%

 BLUE value IS 89 (35.16% from 255) = 40.64%

R = 32.42%
G = 26.94%
B = 40.64%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#473B59 (or 0x473B59) is known color: Grape. HEX triplet: 47, 3B and 59. RGB value is (71,59,89). Sum of RGB (Red+Green+Blue) = 71+59+89=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #473B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B59 is #B8C4A6. Grayscale: #414141. Windows color (decimal): -12108967 or 5847879. OLE color: 5847879.

HSL color Cylindrical-coordinate representation of color #473B59: hue angle of 264º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #473B59 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 59 89 -
CMYK 0.20 0.34 0 0.65
HSL 264º 0.2% 0.29% -
HSV(B) 264º 0.34% 0.35% -
XYZ 5.97 5.19 10.14 -
YUV 66.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 71 59 89 0.20 0.34 0 0.65 264 0.2 0.29
Hex 47 3B 59 14 22 0 41 108 14 1D
Octal 107 73 131 24 42 0 101 410 24 35
Binary 1000111 111011 1011001 10100 100010 0 1000001 100001000 10100 11101

Color Harmonies of #473B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B59

Black with #473B59

Text Example


Text Example

White with #473B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,59,89); }

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

background-color css

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

 a { background-color: rgb(71,59,89); }

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

border-color css

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

 span { border-color: rgb(71,59,89); }

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