Html Css Color HEX #474158 Grape

📋 copy color: '#474158'

red 71 ◦ green 65 ◦ blue 88

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

Shades of Grape #474158

Tints of Grape #474158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.29%

R = 31.7%
G = 29.02%
B = 39.29%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#474158 (or 0x474158) is known color: Grape. HEX triplet: 47, 41 and 58. RGB value is (71,65,88). Sum of RGB (Red+Green+Blue) = 71+65+88=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #474158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474158 is #B8BEA7. Grayscale: #454545. Windows color (decimal): -12107432 or 5783879. OLE color: 5783879.

HSL color Cylindrical-coordinate representation of color #474158: hue angle of 255.65º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #474158 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 65 88 -
CMYK 0.19 0.26 0 0.65
HSL 255.65º 0.15% 0.3% -
HSV(B) 255.65º 0.26% 0.35% -
XYZ 6.25 5.82 10.03 -
YUV 69.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 71 65 88 0.19 0.26 0 0.65 255.65 0.15 0.3
Hex 47 41 58 13 1A 0 41 100 F 1E
Octal 107 101 130 23 32 0 101 400 17 36
Binary 1000111 1000001 1011000 10011 11010 0 1000001 100000000 1111 11110

Color Harmonies of #474158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474158

Black with #474158

Text Example


Text Example

White with #474158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474158; }

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

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

background-color css

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

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

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

border-color css

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

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

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