Html Css Color HEX #46454E Gun Powder

📋 copy color: '#46454E'

red 70 ◦ green 69 ◦ blue 78

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

Shades of Gun Powder #46454E

Tints of Gun Powder #46454E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.94%

R = 32.26%
G = 31.8%
B = 35.94%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#46454E (or 0x46454E) is known color: Gun Powder. HEX triplet: 46, 45 and 4E. RGB value is (70,69,78). Sum of RGB (Red+Green+Blue) = 70+69+78=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 78 - color contains mainly: blue. Hex color #46454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46454E is #B9BAB1. Grayscale: #464646. Windows color (decimal): -12171954 or 5129542. OLE color: 5129542.

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

Color convert

RGB 70 69 78 -
CMYK 0.10 0.12 0 0.69
HSL 246.67º 0.06% 0.29% -
HSV(B) 246.67º 0.12% 0.31% -
XYZ 6.03 6.11 8.07 -
YUV 70.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 70 69 78 0.10 0.12 0 0.69 246.67 0.06 0.29
Hex 46 45 4E A C 0 45 F7 6 1D
Octal 106 105 116 12 14 0 105 367 6 35
Binary 1000110 1000101 1001110 1010 1100 0 1000101 11110111 110 11101

Color Harmonies of #46454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46454E

Black with #46454E

Text Example


Text Example

White with #46454E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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