Html Css Color HEX #46454F Gun Powder

📋 copy color: '#46454F'

red 70 ◦ green 69 ◦ blue 79

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

Shades of Gun Powder #46454F

Tints of Gun Powder #46454F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.24%

R = 32.11%
G = 31.65%
B = 36.24%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#46454F (or 0x46454F) is known color: Gun Powder. HEX triplet: 46, 45 and 4F. RGB value is (70,69,79). Sum of RGB (Red+Green+Blue) = 70+69+79=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 79 - color contains mainly: blue. Hex color #46454F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46454F is #B9BAB0. Grayscale: #464646. Windows color (decimal): -12171953 or 5195078. OLE color: 5195078.

HSL color Cylindrical-coordinate representation of color #46454F: hue angle of 246º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #46454F is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 69 79 -
CMYK 0.11 0.13 0 0.69
HSL 246º 0.07% 0.29% -
HSV(B) 246º 0.13% 0.31% -
XYZ 6.07 6.12 8.26 -
YUV 70.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 70 69 79 0.11 0.13 0 0.69 246 0.07 0.29
Hex 46 45 4F B D 0 45 F6 7 1D
Octal 106 105 117 13 15 0 105 366 7 35
Binary 1000110 1000101 1001111 1011 1101 0 1000101 11110110 111 11101

Color Harmonies of #46454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46454F

Black with #46454F

Text Example


Text Example

White with #46454F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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