Html Css Color HEX #49474B Grape

📋 copy color: '#49474B'

red 73 ◦ green 71 ◦ blue 75

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

Shades of Grape #49474B

Tints of Grape #49474B

RGB

 RED value IS 73 (28.91% from 255) = 33.33%

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

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

R = 33.33%
G = 32.42%
B = 34.25%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#49474B (or 0x49474B) is known color: Grape. HEX triplet: 49, 47 and 4B. RGB value is (73,71,75). Sum of RGB (Red+Green+Blue) = 73+71+75=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 75 - color contains mainly: blue. Hex color #49474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49474B is #B6B8B4. Grayscale: #484848. Windows color (decimal): -11974837 or 4933449. OLE color: 4933449.

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

Color convert

RGB 73 71 75 -
CMYK 0.03 0.05 0 0.71
HSL 270º 0.03% 0.29% -
HSV(B) 270º 0.05% 0.29% -
XYZ 6.27 6.43 7.57 -
YUV 72.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 73 71 75 0.03 0.05 0 0.71 270 0.03 0.29
Hex 49 47 4B 3 5 0 47 10E 3 1D
Octal 111 107 113 3 5 0 107 416 3 35
Binary 1001001 1000111 1001011 11 101 0 1000111 100001110 11 11101

Color Harmonies of #49474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49474B

Black with #49474B

Text Example


Text Example

White with #49474B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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