Html Css Color HEX #484761 Gun Powder

📋 copy color: '#484761'

red 72 ◦ green 71 ◦ blue 97

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

Shades of Gun Powder #484761

Tints of Gun Powder #484761

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.58%

 BLUE value IS 97 (38.28% from 255) = 40.42%

R = 30%
G = 29.58%
B = 40.42%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#484761 (or 0x484761) is known color: Gun Powder. HEX triplet: 48, 47 and 61. RGB value is (72,71,97). Sum of RGB (Red+Green+Blue) = 72+71+97=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #484761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484761 is #B7B89E. Grayscale: #4A4A4A. Windows color (decimal): -12040351 or 6375240. OLE color: 6375240.

HSL color Cylindrical-coordinate representation of color #484761: hue angle of 242.31º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #484761 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 71 97 -
CMYK 0.26 0.27 0 0.62
HSL 242.31º 0.15% 0.33% -
HSV(B) 242.31º 0.27% 0.38% -
XYZ 7.08 6.75 12.24 -
YUV 74.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 72 71 97 0.26 0.27 0 0.62 242.31 0.15 0.33
Hex 48 47 61 1A 1B 0 3E F2 F 21
Octal 110 107 141 32 33 0 76 362 17 41
Binary 1001000 1000111 1100001 11010 11011 0 111110 11110010 1111 100001

Color Harmonies of #484761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484761

Black with #484761

Text Example


Text Example

White with #484761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484761; }

 p { color: rgb(72,71,97); }

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

background-color css

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

 a { background-color: rgb(72,71,97); }

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

border-color css

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

 span { border-color: rgb(72,71,97); }

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