Html Css Color HEX #484A57 Gun Powder

📋 copy color: '#484A57'

red 72 ◦ green 74 ◦ blue 87

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

Shades of Gun Powder #484A57

Tints of Gun Powder #484A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 37.34%

R = 30.9%
G = 31.76%
B = 37.34%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#484A57 (or 0x484A57) is known color: Gun Powder. HEX triplet: 48, 4A and 57. RGB value is (72,74,87). Sum of RGB (Red+Green+Blue) = 72+74+87=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 87 - color contains mainly: blue. Hex color #484A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A57 is #B7B5A8. Grayscale: #4A4A4A. Windows color (decimal): -12039593 or 5720648. OLE color: 5720648.

HSL color Cylindrical-coordinate representation of color #484A57: hue angle of 232º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #484A57 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 74 87 -
CMYK 0.17 0.15 0 0.66
HSL 232º 0.09% 0.31% -
HSV(B) 232º 0.17% 0.34% -
XYZ 6.84 6.96 10 -
YUV 74.88 134.84 125.94 -
System Red Green Blue C M Y K H S L
Decimal 72 74 87 0.17 0.15 0 0.66 232 0.09 0.31
Hex 48 4A 57 11 F 0 42 E8 9 1F
Octal 110 112 127 21 17 0 102 350 11 37
Binary 1001000 1001010 1010111 10001 1111 0 1000010 11101000 1001 11111

Color Harmonies of #484A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A57

Black with #484A57

Text Example


Text Example

White with #484A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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