Html Css Color HEX #46454D Gun Powder

📋 copy color: '#46454D'

red 70 ◦ green 69 ◦ blue 77

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

Shades of Gun Powder #46454D

Tints of Gun Powder #46454D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.65%

R = 32.41%
G = 31.94%
B = 35.65%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#46454D (or 0x46454D) is known color: Gun Powder. HEX triplet: 46, 45 and 4D. RGB value is (70,69,77). Sum of RGB (Red+Green+Blue) = 70+69+77=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 77 - color contains mainly: blue. Hex color #46454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46454D is #B9BAB2. Grayscale: #464646. Windows color (decimal): -12171955 or 5064006. OLE color: 5064006.

HSL color Cylindrical-coordinate representation of color #46454D: hue angle of 247.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #46454D is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 69 77 -
CMYK 0.09 0.10 0 0.70
HSL 247.5º 0.05% 0.29% -
HSV(B) 247.5º 0.1% 0.3% -
XYZ 5.99 6.09 7.88 -
YUV 70.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 70 69 77 0.09 0.10 0 0.70 247.5 0.05 0.29
Hex 46 45 4D 9 A 0 46 F8 5 1D
Octal 106 105 115 11 12 0 106 370 5 35
Binary 1000110 1000101 1001101 1001 1010 0 1000110 11111000 101 11101

Color Harmonies of #46454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46454D

Black with #46454D

Text Example


Text Example

White with #46454D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46454D; }

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

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

background-color css

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

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

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

border-color css

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

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

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