Html Css Color HEX #464557 Gun Powder

📋 copy color: '#464557'

red 70 ◦ green 69 ◦ blue 87

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

Shades of Gun Powder #464557

Tints of Gun Powder #464557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 38.5%

R = 30.97%
G = 30.53%
B = 38.5%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#464557 (or 0x464557) is known color: Gun Powder. HEX triplet: 46, 45 and 57. RGB value is (70,69,87). Sum of RGB (Red+Green+Blue) = 70+69+87=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 87 - color contains mainly: blue. Hex color #464557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464557 is #B9BAA8. Grayscale: #474747. Windows color (decimal): -12171945 or 5719366. OLE color: 5719366.

HSL color Cylindrical-coordinate representation of color #464557: hue angle of 243.33º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #464557 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 69 87 -
CMYK 0.20 0.21 0 0.66
HSL 243.33º 0.12% 0.31% -
HSV(B) 243.33º 0.21% 0.34% -
XYZ 6.37 6.25 9.89 -
YUV 71.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 70 69 87 0.20 0.21 0 0.66 243.33 0.12 0.31
Hex 46 45 57 14 15 0 42 F3 C 1F
Octal 106 105 127 24 25 0 102 363 14 37
Binary 1000110 1000101 1010111 10100 10101 0 1000010 11110011 1100 11111

Color Harmonies of #464557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464557

Black with #464557

Text Example


Text Example

White with #464557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464557; }

 p { color: rgb(70,69,87); }

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

background-color css

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

 a { background-color: rgb(70,69,87); }

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

border-color css

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

 span { border-color: rgb(70,69,87); }

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