Html Css Color HEX #484650 Gun Powder

📋 copy color: '#484650'

red 72 ◦ green 70 ◦ blue 80

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

Shades of Gun Powder #484650

Tints of Gun Powder #484650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

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

R = 32.43%
G = 31.53%
B = 36.04%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#484650 (or 0x484650) is known color: Gun Powder. HEX triplet: 48, 46 and 50. RGB value is (72,70,80). Sum of RGB (Red+Green+Blue) = 72+70+80=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 80 - color contains mainly: blue. Hex color #484650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484650 is #B7B9AF. Grayscale: #474747. Windows color (decimal): -12040624 or 5260872. OLE color: 5260872.

HSL color Cylindrical-coordinate representation of color #484650: hue angle of 252º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #484650 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 70 80 -
CMYK 0.10 0.12 0 0.69
HSL 252º 0.07% 0.29% -
HSV(B) 252º 0.13% 0.31% -
XYZ 6.31 6.34 8.48 -
YUV 71.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 72 70 80 0.10 0.12 0 0.69 252 0.07 0.29
Hex 48 46 50 A C 0 45 FC 7 1D
Octal 110 106 120 12 14 0 105 374 7 35
Binary 1001000 1000110 1010000 1010 1100 0 1000101 11111100 111 11101

Color Harmonies of #484650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484650

Black with #484650

Text Example


Text Example

White with #484650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484650; }

 p { color: rgb(72,70,80); }

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

background-color css

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

 a { background-color: rgb(72,70,80); }

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

border-color css

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

 span { border-color: rgb(72,70,80); }

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