Html Css Color HEX #474152 Grape

📋 copy color: '#474152'

red 71 ◦ green 65 ◦ blue 82

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

Shades of Grape #474152

Tints of Grape #474152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 37.61%

R = 32.57%
G = 29.82%
B = 37.61%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#474152 (or 0x474152) is known color: Grape. HEX triplet: 47, 41 and 52. RGB value is (71,65,82). Sum of RGB (Red+Green+Blue) = 71+65+82=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 82 - color contains mainly: blue. Hex color #474152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474152 is #B8BEAD. Grayscale: #444444. Windows color (decimal): -12107438 or 5390663. OLE color: 5390663.

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

Color convert

RGB 71 65 82 -
CMYK 0.13 0.21 0 0.68
HSL 261.18º 0.12% 0.29% -
HSV(B) 261.18º 0.21% 0.32% -
XYZ 6.01 5.73 8.77 -
YUV 68.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 71 65 82 0.13 0.21 0 0.68 261.18 0.12 0.29
Hex 47 41 52 D 15 0 44 105 C 1D
Octal 107 101 122 15 25 0 104 405 14 35
Binary 1000111 1000001 1010010 1101 10101 0 1000100 100000101 1100 11101

Color Harmonies of #474152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474152

Black with #474152

Text Example


Text Example

White with #474152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474152; }

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

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

background-color css

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

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

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

border-color css

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

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

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