Html Css Color HEX #484461 Gun Powder

📋 copy color: '#484461'

red 72 ◦ green 68 ◦ blue 97

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

Shades of Gun Powder #484461

Tints of Gun Powder #484461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.69%

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

R = 30.38%
G = 28.69%
B = 40.93%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#484461 (or 0x484461) is known color: Gun Powder. HEX triplet: 48, 44 and 61. RGB value is (72,68,97). Sum of RGB (Red+Green+Blue) = 72+68+97=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 97 - color contains mainly: blue. Hex color #484461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484461 is #B7BB9E. Grayscale: #484848. Windows color (decimal): -12041119 or 6374472. OLE color: 6374472.

HSL color Cylindrical-coordinate representation of color #484461: hue angle of 248.28º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #484461 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 68 97 -
CMYK 0.26 0.30 0 0.62
HSL 248.28º 0.18% 0.32% -
HSV(B) 248.28º 0.3% 0.38% -
XYZ 6.9 6.38 12.18 -
YUV 72.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 72 68 97 0.26 0.30 0 0.62 248.28 0.18 0.32
Hex 48 44 61 1A 1E 0 3E F8 12 20
Octal 110 104 141 32 36 0 76 370 22 40
Binary 1001000 1000100 1100001 11010 11110 0 111110 11111000 10010 100000

Color Harmonies of #484461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484461

Black with #484461

Text Example


Text Example

White with #484461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484461; }

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

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

background-color css

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

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

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

border-color css

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

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

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