Html Css Color HEX #4A4750 Grape

📋 copy color: '#4A4750'

red 74 ◦ green 71 ◦ blue 80

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

Shades of Grape #4A4750

Tints of Grape #4A4750

RGB

 RED value IS 74 (29.3% from 255) = 32.89%

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

 BLUE value IS 80 (31.64% from 255) = 35.56%

R = 32.89%
G = 31.56%
B = 35.56%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A4750 (or 0x4A4750) is known color: Grape. HEX triplet: 4A, 47 and 50. RGB value is (74,71,80). Sum of RGB (Red+Green+Blue) = 74+71+80=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A4750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4750 is #B5B8AF. Grayscale: #484848. Windows color (decimal): -11909296 or 5261130. OLE color: 5261130.

HSL color Cylindrical-coordinate representation of color #4A4750: hue angle of 260º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4A4750 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 74 71 80 -
CMYK 0.08 0.11 0 0.69
HSL 260º 0.06% 0.3% -
HSV(B) 260º 0.11% 0.31% -
XYZ 6.53 6.54 8.51 -
YUV 72.92 131.99 128.77 -
System Red Green Blue C M Y K H S L
Decimal 74 71 80 0.08 0.11 0 0.69 260 0.06 0.3
Hex 4A 47 50 8 B 0 45 104 6 1E
Octal 112 107 120 10 13 0 105 404 6 36
Binary 1001010 1000111 1010000 1000 1011 0 1000101 100000100 110 11110

Color Harmonies of #4A4750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4750

Black with #4A4750

Text Example


Text Example

White with #4A4750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A4750; }

 p { color: rgb(74,71,80); }

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

background-color css

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

 a { background-color: rgb(74,71,80); }

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

border-color css

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

 span { border-color: rgb(74,71,80); }

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