Html Css Color HEX #484555 Gun Powder

📋 copy color: '#484555'

red 72 ◦ green 69 ◦ blue 85

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

Shades of Gun Powder #484555

Tints of Gun Powder #484555

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.53%

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

R = 31.86%
G = 30.53%
B = 37.61%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#484555 (or 0x484555) is known color: Gun Powder. HEX triplet: 48, 45 and 55. RGB value is (72,69,85). Sum of RGB (Red+Green+Blue) = 72+69+85=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 85 - color contains mainly: blue. Hex color #484555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484555 is #B7BAAA. Grayscale: #474747. Windows color (decimal): -12040875 or 5588296. OLE color: 5588296.

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

Color convert

RGB 72 69 85 -
CMYK 0.15 0.19 0 0.67
HSL 251.25º 0.1% 0.3% -
HSV(B) 251.25º 0.19% 0.33% -
XYZ 6.44 6.29 9.47 -
YUV 71.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 72 69 85 0.15 0.19 0 0.67 251.25 0.1 0.3
Hex 48 45 55 F 13 0 43 FB A 1E
Octal 110 105 125 17 23 0 103 373 12 36
Binary 1001000 1000101 1010101 1111 10011 0 1000011 11111011 1010 11110

Color Harmonies of #484555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484555

Black with #484555

Text Example


Text Example

White with #484555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484555; }

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

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

background-color css

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

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

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

border-color css

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

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

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