Html Css Color HEX #474251 Grape

📋 copy color: '#474251'

red 71 ◦ green 66 ◦ blue 81

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

Shades of Grape #474251

Tints of Grape #474251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.28%

 BLUE value IS 81 (32.03% from 255) = 37.16%

R = 32.57%
G = 30.28%
B = 37.16%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#474251 (or 0x474251) is known color: Grape. HEX triplet: 47, 42 and 51. RGB value is (71,66,81). Sum of RGB (Red+Green+Blue) = 71+66+81=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 81 - color contains mainly: blue. Hex color #474251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474251 is #B8BDAE. Grayscale: #454545. Windows color (decimal): -12107183 or 5325383. OLE color: 5325383.

HSL color Cylindrical-coordinate representation of color #474251: hue angle of 260º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #474251 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 66 81 -
CMYK 0.12 0.19 0 0.68
HSL 260º 0.1% 0.29% -
HSV(B) 260º 0.19% 0.32% -
XYZ 6.03 5.83 8.59 -
YUV 69.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 71 66 81 0.12 0.19 0 0.68 260 0.1 0.29
Hex 47 42 51 C 13 0 44 104 A 1D
Octal 107 102 121 14 23 0 104 404 12 35
Binary 1000111 1000010 1010001 1100 10011 0 1000100 100000100 1010 11101

Color Harmonies of #474251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474251

Black with #474251

Text Example


Text Example

White with #474251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474251; }

 p { color: rgb(71,66,81); }

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

background-color css

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

 a { background-color: rgb(71,66,81); }

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

border-color css

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

 span { border-color: rgb(71,66,81); }

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