Html Css Color HEX #484755 Gun Powder

📋 copy color: '#484755'

red 72 ◦ green 71 ◦ blue 85

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

Shades of Gun Powder #484755

Tints of Gun Powder #484755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.28%

R = 31.58%
G = 31.14%
B = 37.28%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#484755 (or 0x484755) is known color: Gun Powder. HEX triplet: 48, 47 and 55. RGB value is (72,71,85). Sum of RGB (Red+Green+Blue) = 72+71+85=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 85 - color contains mainly: blue. Hex color #484755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484755 is #B7B8AA. Grayscale: #484848. Windows color (decimal): -12040363 or 5588808. OLE color: 5588808.

HSL color Cylindrical-coordinate representation of color #484755: hue angle of 244.29º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #484755 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 71 85 -
CMYK 0.15 0.16 0 0.67
HSL 244.29º 0.09% 0.31% -
HSV(B) 244.29º 0.16% 0.33% -
XYZ 6.57 6.54 9.51 -
YUV 72.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 72 71 85 0.15 0.16 0 0.67 244.29 0.09 0.31
Hex 48 47 55 F 10 0 43 F4 9 1F
Octal 110 107 125 17 20 0 103 364 11 37
Binary 1001000 1000111 1010101 1111 10000 0 1000011 11110100 1001 11111

Color Harmonies of #484755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484755

Black with #484755

Text Example


Text Example

White with #484755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484755; }

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

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

background-color css

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

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

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

border-color css

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

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

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