Html Css Color HEX #474153 Grape

📋 copy color: '#474153'

red 71 ◦ green 65 ◦ blue 83

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

Shades of Grape #474153

Tints of Grape #474153

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.68%

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

R = 32.42%
G = 29.68%
B = 37.9%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#474153 (or 0x474153) is known color: Grape. HEX triplet: 47, 41 and 53. RGB value is (71,65,83). Sum of RGB (Red+Green+Blue) = 71+65+83=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #474153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474153 is #B8BEAC. Grayscale: #444444. Windows color (decimal): -12107437 or 5456199. OLE color: 5456199.

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

Color convert

RGB 71 65 83 -
CMYK 0.14 0.22 0 0.67
HSL 260º 0.12% 0.29% -
HSV(B) 260º 0.22% 0.33% -
XYZ 6.05 5.74 8.97 -
YUV 68.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 71 65 83 0.14 0.22 0 0.67 260 0.12 0.29
Hex 47 41 53 E 16 0 43 104 C 1D
Octal 107 101 123 16 26 0 103 404 14 35
Binary 1000111 1000001 1010011 1110 10110 0 1000011 100000100 1100 11101

Color Harmonies of #474153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474153

Black with #474153

Text Example


Text Example

White with #474153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474153; }

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

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

background-color css

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

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

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

border-color css

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

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

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