Html Css Color HEX #474058 Grape

📋 copy color: '#474058'

red 71 ◦ green 64 ◦ blue 88

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

Shades of Grape #474058

Tints of Grape #474058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.7%

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

R = 31.84%
G = 28.7%
B = 39.46%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#474058 (or 0x474058) is known color: Grape. HEX triplet: 47, 40 and 58. RGB value is (71,64,88). Sum of RGB (Red+Green+Blue) = 71+64+88=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 88 - color contains mainly: blue. Hex color #474058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474058 is #B8BFA7. Grayscale: #444444. Windows color (decimal): -12107688 or 5783623. OLE color: 5783623.

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

Color convert

RGB 71 64 88 -
CMYK 0.19 0.27 0 0.65
HSL 257.5º 0.16% 0.3% -
HSV(B) 257.5º 0.27% 0.35% -
XYZ 6.19 5.71 10.01 -
YUV 68.83 138.82 129.55 -
System Red Green Blue C M Y K H S L
Decimal 71 64 88 0.19 0.27 0 0.65 257.5 0.16 0.3
Hex 47 40 58 13 1B 0 41 102 10 1E
Octal 107 100 130 23 33 0 101 402 20 36
Binary 1000111 1000000 1011000 10011 11011 0 1000001 100000010 10000 11110

Color Harmonies of #474058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474058

Black with #474058

Text Example


Text Example

White with #474058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474058; }

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

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

background-color css

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

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

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

border-color css

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

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

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