Html Css Color HEX #46454C Gun Powder

📋 copy color: '#46454C'

red 70 ◦ green 69 ◦ blue 76

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

Shades of Gun Powder #46454C

Tints of Gun Powder #46454C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.35%

R = 32.56%
G = 32.09%
B = 35.35%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#46454C (or 0x46454C) is known color: Gun Powder. HEX triplet: 46, 45 and 4C. RGB value is (70,69,76). Sum of RGB (Red+Green+Blue) = 70+69+76=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 76 - color contains mainly: blue. Hex color #46454C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46454C is #B9BAB3. Grayscale: #464646. Windows color (decimal): -12171956 or 4998470. OLE color: 4998470.

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

Color convert

RGB 70 69 76 -
CMYK 0.08 0.09 0 0.70
HSL 248.57º 0.05% 0.28% -
HSV(B) 248.57º 0.09% 0.3% -
XYZ 5.96 6.08 7.7 -
YUV 70.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 70 69 76 0.08 0.09 0 0.70 248.57 0.05 0.28
Hex 46 45 4C 8 9 0 46 F9 5 1C
Octal 106 105 114 10 11 0 106 371 5 34
Binary 1000110 1000101 1001100 1000 1001 0 1000110 11111001 101 11100

Color Harmonies of #46454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46454C

Black with #46454C

Text Example


Text Example

White with #46454C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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