Html Css Color HEX #484A40 Gravel

📋 copy color: '#484A40'

red 72 ◦ green 74 ◦ blue 64

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

Shades of Gravel #484A40

Tints of Gravel #484A40

RGB

 RED value IS 72 (28.52% from 255) = 34.29%

 GREEN value IS 74 (29.3% from 255) = 35.24%

 BLUE value IS 64 (25.39% from 255) = 30.48%

R = 34.29%
G = 35.24%
B = 30.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#484A40 (or 0x484A40) is known color: Gravel. HEX triplet: 48, 4A and 40. RGB value is (72,74,64). Sum of RGB (Red+Green+Blue) = 72+74+64=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 74 - color contains mainly: green. Hex color #484A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484A40 is #B7B5BF. Grayscale: #484848. Windows color (decimal): -12039616 or 4213320. OLE color: 4213320.

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

Color convert

RGB 72 74 64 -
CMYK 0.03 0 0.14 0.71
HSL 72º 0.07% 0.27% -
HSV(B) 72º 0.14% 0.29% -
XYZ 6.05 6.65 5.81 -
YUV 72.26 123.34 127.81 -
System Red Green Blue C M Y K H S L
Decimal 72 74 64 0.03 0 0.14 0.71 72 0.07 0.27
Hex 48 4A 40 3 0 E 47 48 7 1B
Octal 110 112 100 3 0 16 107 110 7 33
Binary 1001000 1001010 1000000 11 0 1110 1000111 1001000 111 11011

Color Harmonies of #484A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A40

Black with #484A40

Text Example


Text Example

White with #484A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484A40; }

 p { color: rgb(72,74,64); }

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

background-color css

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

 a { background-color: rgb(72,74,64); }

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

border-color css

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

 span { border-color: rgb(72,74,64); }

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