Html Css Color HEX #484455 Gun Powder

📋 copy color: '#484455'

red 72 ◦ green 68 ◦ blue 85

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

Shades of Gun Powder #484455

Tints of Gun Powder #484455

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.22%

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

R = 32%
G = 30.22%
B = 37.78%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#484455 (or 0x484455) is known color: Gun Powder. HEX triplet: 48, 44 and 55. RGB value is (72,68,85). Sum of RGB (Red+Green+Blue) = 72+68+85=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 85 - color contains mainly: blue. Hex color #484455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484455 is #B7BBAA. Grayscale: #474747. Windows color (decimal): -12041131 or 5588040. OLE color: 5588040.

HSL color Cylindrical-coordinate representation of color #484455: hue angle of 254.12º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #484455 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 68 85 -
CMYK 0.15 0.20 0 0.67
HSL 254.12º 0.11% 0.3% -
HSV(B) 254.12º 0.2% 0.33% -
XYZ 6.38 6.17 9.45 -
YUV 71.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 72 68 85 0.15 0.20 0 0.67 254.12 0.11 0.3
Hex 48 44 55 F 14 0 43 FE B 1E
Octal 110 104 125 17 24 0 103 376 13 36
Binary 1001000 1000100 1010101 1111 10100 0 1000011 11111110 1011 11110

Color Harmonies of #484455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484455

Black with #484455

Text Example


Text Example

White with #484455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484455; }

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

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

background-color css

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

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

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

border-color css

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

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

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