Html Css Color HEX #484458 Gun Powder

📋 copy color: '#484458'

red 72 ◦ green 68 ◦ blue 88

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

Shades of Gun Powder #484458

Tints of Gun Powder #484458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.6%

R = 31.58%
G = 29.82%
B = 38.6%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#484458 (or 0x484458) is known color: Gun Powder. HEX triplet: 48, 44 and 58. RGB value is (72,68,88). Sum of RGB (Red+Green+Blue) = 72+68+88=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 88 - color contains mainly: blue. Hex color #484458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484458 is #B7BBA7. Grayscale: #474747. Windows color (decimal): -12041128 or 5784648. OLE color: 5784648.

HSL color Cylindrical-coordinate representation of color #484458: hue angle of 252º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #484458 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 68 88 -
CMYK 0.18 0.23 0 0.65
HSL 252º 0.13% 0.31% -
HSV(B) 252º 0.23% 0.35% -
XYZ 6.5 6.22 10.09 -
YUV 71.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 72 68 88 0.18 0.23 0 0.65 252 0.13 0.31
Hex 48 44 58 12 17 0 41 FC D 1F
Octal 110 104 130 22 27 0 101 374 15 37
Binary 1001000 1000100 1011000 10010 10111 0 1000001 11111100 1101 11111

Color Harmonies of #484458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484458

Black with #484458

Text Example


Text Example

White with #484458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484458; }

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

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

background-color css

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

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

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

border-color css

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

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

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