Html Css Color HEX #484562 Gun Powder

📋 copy color: '#484562'

red 72 ◦ green 69 ◦ blue 98

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

Shades of Gun Powder #484562

Tints of Gun Powder #484562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.87%

 BLUE value IS 98 (38.67% from 255) = 41%

R = 30.13%
G = 28.87%
B = 41%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#484562 (or 0x484562) is known color: Gun Powder. HEX triplet: 48, 45 and 62. RGB value is (72,69,98). Sum of RGB (Red+Green+Blue) = 72+69+98=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #484562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484562 is #B7BA9D. Grayscale: #494949. Windows color (decimal): -12040862 or 6440264. OLE color: 6440264.

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

Color convert

RGB 72 69 98 -
CMYK 0.27 0.30 0 0.62
HSL 246.21º 0.17% 0.33% -
HSV(B) 246.21º 0.3% 0.38% -
XYZ 7.01 6.52 12.44 -
YUV 73.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 72 69 98 0.27 0.30 0 0.62 246.21 0.17 0.33
Hex 48 45 62 1B 1E 0 3E F6 11 21
Octal 110 105 142 33 36 0 76 366 21 41
Binary 1001000 1000101 1100010 11011 11110 0 111110 11110110 10001 100001

Color Harmonies of #484562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484562

Black with #484562

Text Example


Text Example

White with #484562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484562; }

 p { color: rgb(72,69,98); }

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

background-color css

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

 a { background-color: rgb(72,69,98); }

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

border-color css

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

 span { border-color: rgb(72,69,98); }

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