#45465A

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

Shades of Gun Powder #45465A

Tints of Gun Powder #45465A

Color information

#45465A (or 0x45465A) is unknown color: approx Gun Powder. HEX triplet: 45, 46 and 5A. RGB value is (69,70,90). Sum of RGB (Red+Green+Blue) = 69+70+90=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 70 (27.73% from 255 or 30.57% 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 #45465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45465A is #BAB9A5. Grayscale: #474747. Windows color (decimal): -12237222 or 5916229. OLE color: 5916229.

HSL color Cylindrical-coordinate representation of color #45465A: hue angle of 237.14º 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 #45465A is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB697090-
CMYK0.230.2200.65
HSL237.14º13.21%31.18%-
HSV(B)237.14º23.33%35.29%-
XYZ6.496.3810.56-
YUV71.98138.17125.87-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6970900.230.2200.65237.1413.2131.18
Hex45465A1716041edd1f
Octal105106132272601013551537
Binary10001011000110101101010111101100100000111101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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