Html Css Color HEX #464554 Gun Powder

📋 copy color: '#464554'

red 70 ◦ green 69 ◦ blue 84

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

Shades of Gun Powder #464554

Tints of Gun Powder #464554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 37.67%

R = 31.39%
G = 30.94%
B = 37.67%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#464554 (or 0x464554) is known color: Gun Powder. HEX triplet: 46, 45 and 54. RGB value is (70,69,84). Sum of RGB (Red+Green+Blue) = 70+69+84=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 84 - color contains mainly: blue. Hex color #464554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464554 is #B9BAAB. Grayscale: #464646. Windows color (decimal): -12171948 or 5522758. OLE color: 5522758.

HSL color Cylindrical-coordinate representation of color #464554: hue angle of 244º 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 #464554 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 69 84 -
CMYK 0.17 0.18 0 0.67
HSL 244º 0.1% 0.3% -
HSV(B) 244º 0.18% 0.33% -
XYZ 6.25 6.2 9.25 -
YUV 71.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 70 69 84 0.17 0.18 0 0.67 244 0.1 0.3
Hex 46 45 54 11 12 0 43 F4 A 1E
Octal 106 105 124 21 22 0 103 364 12 36
Binary 1000110 1000101 1010100 10001 10010 0 1000011 11110100 1010 11110

Color Harmonies of #464554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464554

Black with #464554

Text Example


Text Example

White with #464554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464554; }

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

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

background-color css

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

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

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

border-color css

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

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

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