#464755

Color #464755 Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #464755

Tints of Gun Powder #464755

Color information

#464755 (or 0x464755) is unknown color: approx Gun Powder. HEX triplet: 46, 47 and 55. RGB value is (70,71,85). Sum of RGB (Red+Green+Blue) = 70+71+85=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 85 - color contains mainly: blue. Hex color #464755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464755 is #B9B8AA. Grayscale: #484848. Windows color (decimal): -12171435 or 5588806. OLE color: 5588806.

HSL color Cylindrical-coordinate representation of color #464755: hue angle of 236º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #464755 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB707185-
CMYK0.180.1600.67
HSL236º9.68%30.39%-
HSV(B)236º17.65%33.33%-
XYZ6.426.469.5-
YUV72.3135.17126.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.97%
GREEN value IS 71 (28.12% from 255) = 31.42%
BLUE value IS 85 (33.59% from 255) = 37.61%
R=30.97%
G=31.42%
B=37.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7071850.180.1600.672369.6830.39
Hex4647551210043eca1e
Octal106107125222001033541236
Binary10001101000111101010110010100000100001111101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464755; }

 p { color: rgb(70,71,85); }

 H1.HeaderClassName
 {
   color: #464755;
 }
 .AnyTagClassName
 {
   color: #464755;
 }
</style>
background-color css

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

 a { background-color: rgb(70,71,85); }

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

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

 span { border-color: rgb(70,71,85); }

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