Html Css Color HEX #47434B Grape

📋 copy color: '#47434B'

red 71 ◦ green 67 ◦ blue 75

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

Shades of Grape #47434B

Tints of Grape #47434B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.46%

 BLUE value IS 75 (29.69% from 255) = 35.21%

R = 33.33%
G = 31.46%
B = 35.21%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47434B (or 0x47434B) is known color: Grape. HEX triplet: 47, 43 and 4B. RGB value is (71,67,75). Sum of RGB (Red+Green+Blue) = 71+67+75=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 75 - color contains mainly: blue. Hex color #47434B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47434B is #B8BCB4. Grayscale: #454545. Windows color (decimal): -12106933 or 4932423. OLE color: 4932423.

HSL color Cylindrical-coordinate representation of color #47434B: hue angle of 270º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #47434B is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 67 75 -
CMYK 0.05 0.11 0 0.71
HSL 270º 0.06% 0.28% -
HSV(B) 270º 0.11% 0.29% -
XYZ 5.88 5.86 7.48 -
YUV 69.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 71 67 75 0.05 0.11 0 0.71 270 0.06 0.28
Hex 47 43 4B 5 B 0 47 10E 6 1C
Octal 107 103 113 5 13 0 107 416 6 34
Binary 1000111 1000011 1001011 101 1011 0 1000111 100001110 110 11100

Color Harmonies of #47434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47434B

Black with #47434B

Text Example


Text Example

White with #47434B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47434B; }

 p { color: rgb(71,67,75); }

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

background-color css

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

 a { background-color: rgb(71,67,75); }

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

border-color css

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

 span { border-color: rgb(71,67,75); }

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