Html Css Color HEX #474056 Grape

📋 copy color: '#474056'

red 71 ◦ green 64 ◦ blue 86

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

Shades of Grape #474056

Tints of Grape #474056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.96%

 BLUE value IS 86 (33.98% from 255) = 38.91%

R = 32.13%
G = 28.96%
B = 38.91%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#474056 (or 0x474056) is known color: Grape. HEX triplet: 47, 40 and 56. RGB value is (71,64,86). Sum of RGB (Red+Green+Blue) = 71+64+86=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 86 - color contains mainly: blue. Hex color #474056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474056 is #B8BFA9. Grayscale: #444444. Windows color (decimal): -12107690 or 5652551. OLE color: 5652551.

HSL color Cylindrical-coordinate representation of color #474056: hue angle of 259.09º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #474056 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 64 86 -
CMYK 0.17 0.26 0 0.66
HSL 259.09º 0.15% 0.29% -
HSV(B) 259.09º 0.26% 0.34% -
XYZ 6.11 5.68 9.58 -
YUV 68.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 71 64 86 0.17 0.26 0 0.66 259.09 0.15 0.29
Hex 47 40 56 11 1A 0 42 103 F 1D
Octal 107 100 126 21 32 0 102 403 17 35
Binary 1000111 1000000 1010110 10001 11010 0 1000010 100000011 1111 11101

Color Harmonies of #474056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474056

Black with #474056

Text Example


Text Example

White with #474056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474056; }

 p { color: rgb(71,64,86); }

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

background-color css

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

 a { background-color: rgb(71,64,86); }

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

border-color css

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

 span { border-color: rgb(71,64,86); }

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