Html Css Color HEX #474551 Gun Powder

📋 copy color: '#474551'

red 71 ◦ green 69 ◦ blue 81

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

Shades of Gun Powder #474551

Tints of Gun Powder #474551

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.22%

 BLUE value IS 81 (32.03% from 255) = 36.65%

R = 32.13%
G = 31.22%
B = 36.65%

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

#474551 (or 0x474551) is known color: Gun Powder. HEX triplet: 47, 45 and 51. RGB value is (71,69,81). Sum of RGB (Red+Green+Blue) = 71+69+81=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 81 - color contains mainly: blue. Hex color #474551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474551 is #B8BAAE. Grayscale: #464646. Windows color (decimal): -12106415 or 5326151. OLE color: 5326151.

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

Color convert

RGB 71 69 81 -
CMYK 0.12 0.15 0 0.68
HSL 250º 0.08% 0.29% -
HSV(B) 250º 0.15% 0.32% -
XYZ 6.21 6.19 8.65 -
YUV 70.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 71 69 81 0.12 0.15 0 0.68 250 0.08 0.29
Hex 47 45 51 C F 0 44 FA 8 1D
Octal 107 105 121 14 17 0 104 372 10 35
Binary 1000111 1000101 1010001 1100 1111 0 1000100 11111010 1000 11101

Color Harmonies of #474551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474551

Black with #474551

Text Example


Text Example

White with #474551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474551; }

 p { color: rgb(71,69,81); }

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

background-color css

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

 a { background-color: rgb(71,69,81); }

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

border-color css

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

 span { border-color: rgb(71,69,81); }

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