Html Css Color HEX #484652 Gun Powder

📋 copy color: '#484652'

red 72 ◦ green 70 ◦ blue 82

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

Shades of Gun Powder #484652

Tints of Gun Powder #484652

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.25%

 BLUE value IS 82 (32.42% from 255) = 36.61%

R = 32.14%
G = 31.25%
B = 36.61%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#484652 (or 0x484652) is known color: Gun Powder. HEX triplet: 48, 46 and 52. RGB value is (72,70,82). Sum of RGB (Red+Green+Blue) = 72+70+82=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 82 - color contains mainly: blue. Hex color #484652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484652 is #B7B9AD. Grayscale: #474747. Windows color (decimal): -12040622 or 5391944. OLE color: 5391944.

HSL color Cylindrical-coordinate representation of color #484652: hue angle of 250º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #484652 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 70 82 -
CMYK 0.12 0.15 0 0.68
HSL 250º 0.08% 0.3% -
HSV(B) 250º 0.15% 0.32% -
XYZ 6.39 6.37 8.88 -
YUV 71.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 72 70 82 0.12 0.15 0 0.68 250 0.08 0.3
Hex 48 46 52 C F 0 44 FA 8 1E
Octal 110 106 122 14 17 0 104 372 10 36
Binary 1001000 1000110 1010010 1100 1111 0 1000100 11111010 1000 11110

Color Harmonies of #484652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484652

Black with #484652

Text Example


Text Example

White with #484652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484652; }

 p { color: rgb(72,70,82); }

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

background-color css

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

 a { background-color: rgb(72,70,82); }

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

border-color css

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

 span { border-color: rgb(72,70,82); }

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