#46455A

Color #46455A Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #46455A

Tints of Gun Powder #46455A

Color information

#46455A (or 0x46455A) is unknown color: approx Gun Powder. HEX triplet: 46, 45 and 5A. RGB value is (70,69,90). Sum of RGB (Red+Green+Blue) = 70+69+90=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 90 - color contains mainly: blue. Hex color #46455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46455A is #B9BAA5. Grayscale: #474747. Windows color (decimal): -12171942 or 5915974. OLE color: 5915974.

HSL color Cylindrical-coordinate representation of color #46455A: hue angle of 242.86º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #46455A is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB706990-
CMYK0.220.2300.65
HSL242.86º13.21%31.18%-
HSV(B)242.86º23.33%35.29%-
XYZ6.56.310.55-
YUV71.69138.33126.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 90 (35.55% from 255) = 39.30%
R=30.57%
G=30.13%
B=39.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7069900.220.2300.65242.8613.2131.18
Hex46455A1617041f3d1f
Octal106105132262701013631537
Binary10001101000101101101010110101110100000111110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46455A; }

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

 H1.HeaderClassName
 {
   color: #46455A;
 }
 .AnyTagClassName
 {
   color: #46455A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #46455A;
 }
 .BgClassName
 {
   background-color: #46455A;
 }
</style>
border-color css

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

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

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