Html Css Color HEX #474452 Gun Powder

📋 copy color: '#474452'

red 71 ◦ green 68 ◦ blue 82

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

Shades of Gun Powder #474452

Tints of Gun Powder #474452

RGB

 RED value IS 71 (28.13% from 255) = 32.13%

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

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

R = 32.13%
G = 30.77%
B = 37.1%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#474452 (or 0x474452) is known color: Gun Powder. HEX triplet: 47, 44 and 52. RGB value is (71,68,82). Sum of RGB (Red+Green+Blue) = 71+68+82=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 82 - color contains mainly: blue. Hex color #474452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474452 is #B8BBAD. Grayscale: #464646. Windows color (decimal): -12106670 or 5391431. OLE color: 5391431.

HSL color Cylindrical-coordinate representation of color #474452: hue angle of 252.86º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #474452 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 68 82 -
CMYK 0.13 0.17 0 0.68
HSL 252.86º 0.09% 0.29% -
HSV(B) 252.86º 0.17% 0.32% -
XYZ 6.19 6.08 8.83 -
YUV 70.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 71 68 82 0.13 0.17 0 0.68 252.86 0.09 0.29
Hex 47 44 52 D 11 0 44 FD 9 1D
Octal 107 104 122 15 21 0 104 375 11 35
Binary 1000111 1000100 1010010 1101 10001 0 1000100 11111101 1001 11101

Color Harmonies of #474452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474452

Black with #474452

Text Example


Text Example

White with #474452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474452; }

 p { color: rgb(71,68,82); }

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

background-color css

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

 a { background-color: rgb(71,68,82); }

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

border-color css

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

 span { border-color: rgb(71,68,82); }

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