#454758

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

Shades of Gun Powder #454758

Tints of Gun Powder #454758

Color information

#454758 (or 0x454758) is unknown color: approx Gun Powder. HEX triplet: 45, 47 and 58. RGB value is (69,71,88). Sum of RGB (Red+Green+Blue) = 69+71+88=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 88 - color contains mainly: blue. Hex color #454758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454758 is #BAB8A7. Grayscale: #484848. Windows color (decimal): -12236968 or 5785413. OLE color: 5785413.

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

Color convert

RGB697188-
CMYK0.220.1900.65
HSL233.68º12.1%30.78%-
HSV(B)233.68º21.59%34.51%-
XYZ6.476.4810.14-
YUV72.34136.84125.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.26%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=30.26%
G=31.14%
B=38.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6971880.220.1900.65233.6812.130.78
Hex4547581613041eac1f
Octal105107130262301013521437
Binary10001011000111101100010110100110100000111101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454758; }

 p { color: rgb(69,71,88); }

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

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

 a { background-color: rgb(69,71,88); }

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

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

 span { border-color: rgb(69,71,88); }

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