Html Css Color HEX #484753 Gun Powder

📋 copy color: '#484753'

red 72 ◦ green 71 ◦ blue 83

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

Shades of Gun Powder #484753

Tints of Gun Powder #484753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.73%

R = 31.86%
G = 31.42%
B = 36.73%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#484753 (or 0x484753) is known color: Gun Powder. HEX triplet: 48, 47 and 53. RGB value is (72,71,83). Sum of RGB (Red+Green+Blue) = 72+71+83=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 83 - color contains mainly: blue. Hex color #484753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484753 is #B7B8AC. Grayscale: #484848. Windows color (decimal): -12040365 or 5457736. OLE color: 5457736.

HSL color Cylindrical-coordinate representation of color #484753: hue angle of 245º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #484753 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 71 83 -
CMYK 0.13 0.14 0 0.67
HSL 245º 0.08% 0.3% -
HSV(B) 245º 0.14% 0.33% -
XYZ 6.49 6.51 9.1 -
YUV 72.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 72 71 83 0.13 0.14 0 0.67 245 0.08 0.3
Hex 48 47 53 D E 0 43 F5 8 1E
Octal 110 107 123 15 16 0 103 365 10 36
Binary 1001000 1000111 1010011 1101 1110 0 1000011 11110101 1000 11110

Color Harmonies of #484753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484753

Black with #484753

Text Example


Text Example

White with #484753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484753; }

 p { color: rgb(72,71,83); }

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

background-color css

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

 a { background-color: rgb(72,71,83); }

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

border-color css

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

 span { border-color: rgb(72,71,83); }

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