Html Css Color HEX #473C58 Grape

📋 copy color: '#473C58'

red 71 ◦ green 60 ◦ blue 88

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

Shades of Grape #473C58

Tints of Grape #473C58

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.4%

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

R = 32.42%
G = 27.4%
B = 40.18%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#473C58 (or 0x473C58) is known color: Grape. HEX triplet: 47, 3C and 58. RGB value is (71,60,88). Sum of RGB (Red+Green+Blue) = 71+60+88=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 88 - color contains mainly: blue. Hex color #473C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C58 is #B8C3A7. Grayscale: #424242. Windows color (decimal): -12108712 or 5782599. OLE color: 5782599.

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

Color convert

RGB 71 60 88 -
CMYK 0.19 0.32 0 0.65
HSL 263.57º 0.19% 0.29% -
HSV(B) 263.57º 0.32% 0.35% -
XYZ 5.98 5.28 9.94 -
YUV 66.48 140.14 131.22 -
System Red Green Blue C M Y K H S L
Decimal 71 60 88 0.19 0.32 0 0.65 263.57 0.19 0.29
Hex 47 3C 58 13 20 0 41 108 13 1D
Octal 107 74 130 23 40 0 101 410 23 35
Binary 1000111 111100 1011000 10011 100000 0 1000001 100001000 10011 11101

Color Harmonies of #473C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C58

Black with #473C58

Text Example


Text Example

White with #473C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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