Html Css Color HEX #484A5F Gun Powder

📋 copy color: '#484A5F'

red 72 ◦ green 74 ◦ blue 95

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

Shades of Gun Powder #484A5F

Tints of Gun Powder #484A5F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.71%

 BLUE value IS 95 (37.5% from 255) = 39.42%

R = 29.88%
G = 30.71%
B = 39.42%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#484A5F (or 0x484A5F) is known color: Gun Powder. HEX triplet: 48, 4A and 5F. RGB value is (72,74,95). Sum of RGB (Red+Green+Blue) = 72+74+95=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 95 - color contains mainly: blue. Hex color #484A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A5F is #B7B5A0. Grayscale: #4B4B4B. Windows color (decimal): -12039585 or 6244936. OLE color: 6244936.

HSL color Cylindrical-coordinate representation of color #484A5F: hue angle of 234.78º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #484A5F is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 74 95 -
CMYK 0.24 0.22 0 0.63
HSL 234.78º 0.14% 0.33% -
HSV(B) 234.78º 0.24% 0.37% -
XYZ 7.19 7.1 11.82 -
YUV 75.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 72 74 95 0.24 0.22 0 0.63 234.78 0.14 0.33
Hex 48 4A 5F 18 16 0 3F EB E 21
Octal 110 112 137 30 26 0 77 353 16 41
Binary 1001000 1001010 1011111 11000 10110 0 111111 11101011 1110 100001

Color Harmonies of #484A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A5F

Black with #484A5F

Text Example


Text Example

White with #484A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484A5F; }

 p { color: rgb(72,74,95); }

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

background-color css

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

 a { background-color: rgb(72,74,95); }

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

border-color css

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

 span { border-color: rgb(72,74,95); }

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