Html Css Color HEX #464755 Gun Powder

📋 copy color: '#464755'

red 70 ◦ green 71 ◦ blue 85

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

Shades of Gun Powder #464755

Tints of Gun Powder #464755

RGB

 RED value IS 70 (27.73% from 255) = 30.97%

 GREEN value IS 71 (28.13% 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 value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#464755 (or 0x464755) is known color: 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

RGB 70 71 85 -
CMYK 0.18 0.16 0 0.67
HSL 236º 0.1% 0.3% -
HSV(B) 236º 0.18% 0.33% -
XYZ 6.42 6.46 9.5 -
YUV 72.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 70 71 85 0.18 0.16 0 0.67 236 0.1 0.3
Hex 46 47 55 12 10 0 43 EC A 1E
Octal 106 107 125 22 20 0 103 354 12 36
Binary 1000110 1000111 1010101 10010 10000 0 1000011 11101100 1010 11110

Color Harmonies of #464755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464755

Black with #464755

Text Example


Text Example

White with #464755

Text Example


Text Example

HTML Codes & Css Web 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>