Html Css Color HEX #484A5B Gun Powder

📋 copy color: '#484A5B'

red 72 ◦ green 74 ◦ blue 91

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

Shades of Gun Powder #484A5B

Tints of Gun Powder #484A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.4%

R = 30.38%
G = 31.22%
B = 38.4%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#484A5B (or 0x484A5B) is known color: Gun Powder. HEX triplet: 48, 4A and 5B. RGB value is (72,74,91). Sum of RGB (Red+Green+Blue) = 72+74+91=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 91 - color contains mainly: blue. Hex color #484A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A5B is #B7B5A4. Grayscale: #4B4B4B. Windows color (decimal): -12039589 or 5982792. OLE color: 5982792.

HSL color Cylindrical-coordinate representation of color #484A5B: hue angle of 233.68º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #484A5B is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 74 91 -
CMYK 0.21 0.19 0 0.64
HSL 233.68º 0.12% 0.32% -
HSV(B) 233.68º 0.21% 0.36% -
XYZ 7.01 7.03 10.89 -
YUV 75.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 72 74 91 0.21 0.19 0 0.64 233.68 0.12 0.32
Hex 48 4A 5B 15 13 0 40 EA C 20
Octal 110 112 133 25 23 0 100 352 14 40
Binary 1001000 1001010 1011011 10101 10011 0 1000000 11101010 1100 100000

Color Harmonies of #484A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A5B

Black with #484A5B

Text Example


Text Example

White with #484A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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