Html Css Color HEX #474255 Grape

📋 copy color: '#474255'

red 71 ◦ green 66 ◦ blue 85

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

Shades of Grape #474255

Tints of Grape #474255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.29%

R = 31.98%
G = 29.73%
B = 38.29%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#474255 (or 0x474255) is known color: Grape. HEX triplet: 47, 42 and 55. RGB value is (71,66,85). Sum of RGB (Red+Green+Blue) = 71+66+85=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 85 - color contains mainly: blue. Hex color #474255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474255 is #B8BDAA. Grayscale: #454545. Windows color (decimal): -12107179 or 5587527. OLE color: 5587527.

HSL color Cylindrical-coordinate representation of color #474255: hue angle of 255.79º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #474255 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 66 85 -
CMYK 0.16 0.22 0 0.67
HSL 255.79º 0.13% 0.3% -
HSV(B) 255.79º 0.22% 0.33% -
XYZ 6.19 5.89 9.41 -
YUV 69.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 71 66 85 0.16 0.22 0 0.67 255.79 0.13 0.3
Hex 47 42 55 10 16 0 43 100 D 1E
Octal 107 102 125 20 26 0 103 400 15 36
Binary 1000111 1000010 1010101 10000 10110 0 1000011 100000000 1101 11110

Color Harmonies of #474255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474255

Black with #474255

Text Example


Text Example

White with #474255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474255; }

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

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

background-color css

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

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

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

border-color css

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

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

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