Html Css Color HEX #484359 Gun Powder

📋 copy color: '#484359'

red 72 ◦ green 67 ◦ blue 89

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

Shades of Gun Powder #484359

Tints of Gun Powder #484359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.39%

 BLUE value IS 89 (35.16% from 255) = 39.04%

R = 31.58%
G = 29.39%
B = 39.04%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#484359 (or 0x484359) is known color: Gun Powder. HEX triplet: 48, 43 and 59. RGB value is (72,67,89). Sum of RGB (Red+Green+Blue) = 72+67+89=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 89 - color contains mainly: blue. Hex color #484359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484359 is #B7BCA6. Grayscale: #464646. Windows color (decimal): -12041383 or 5849928. OLE color: 5849928.

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

Color convert

RGB 72 67 89 -
CMYK 0.19 0.25 0 0.65
HSL 253.64º 0.14% 0.31% -
HSV(B) 253.64º 0.25% 0.35% -
XYZ 6.48 6.11 10.29 -
YUV 71 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 72 67 89 0.19 0.25 0 0.65 253.64 0.14 0.31
Hex 48 43 59 13 19 0 41 FE E 1F
Octal 110 103 131 23 31 0 101 376 16 37
Binary 1001000 1000011 1011001 10011 11001 0 1000001 11111110 1110 11111

Color Harmonies of #484359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484359

Black with #484359

Text Example


Text Example

White with #484359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484359; }

 p { color: rgb(72,67,89); }

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

background-color css

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

 a { background-color: rgb(72,67,89); }

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

border-color css

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

 span { border-color: rgb(72,67,89); }

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