Html Css Color HEX #484463 Gun Powder

📋 copy color: '#484463'

red 72 ◦ green 68 ◦ blue 99

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

Shades of Gun Powder #484463

Tints of Gun Powder #484463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.42%

R = 30.13%
G = 28.45%
B = 41.42%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#484463 (or 0x484463) is known color: Gun Powder. HEX triplet: 48, 44 and 63. RGB value is (72,68,99). Sum of RGB (Red+Green+Blue) = 72+68+99=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: blue. Hex color #484463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484463 is #B7BB9C. Grayscale: #484848. Windows color (decimal): -12041117 or 6505544. OLE color: 6505544.

HSL color Cylindrical-coordinate representation of color #484463: hue angle of 247.74º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #484463 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 68 99 -
CMYK 0.27 0.31 0 0.61
HSL 247.74º 0.19% 0.33% -
HSV(B) 247.74º 0.31% 0.39% -
XYZ 6.99 6.41 12.67 -
YUV 72.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 72 68 99 0.27 0.31 0 0.61 247.74 0.19 0.33
Hex 48 44 63 1B 1F 0 3D F8 13 21
Octal 110 104 143 33 37 0 75 370 23 41
Binary 1001000 1000100 1100011 11011 11111 0 111101 11111000 10011 100001

Color Harmonies of #484463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484463

Black with #484463

Text Example


Text Example

White with #484463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484463; }

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

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

background-color css

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

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

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

border-color css

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

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

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