#454062

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

Shades of Gun Powder #454062

Tints of Gun Powder #454062

Color information

#454062 (or 0x454062) is unknown color: approx Gun Powder. HEX triplet: 45, 40 and 62. RGB value is (69,64,98). Sum of RGB (Red+Green+Blue) = 69+64+98=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #454062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454062 is #BABF9D. Grayscale: #454545. Windows color (decimal): -12238750 or 6438981. OLE color: 6438981.

HSL color Cylindrical-coordinate representation of color #454062: hue angle of 248.82º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #454062 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB696498-
CMYK0.300.3500.62
HSL248.82º20.99%31.76%-
HSV(B)248.82º34.69%38.43%-
XYZ6.495.8112.34-
YUV69.37144.16127.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.87%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 98 (38.67% from 255) = 42.42%
R=29.87%
G=27.71%
B=42.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6964980.300.3500.62248.8220.9931.76
Hex4540621E2303Ef91520
Octal10510014236430763712540
Binary1000101100000011000101111010001101111101111100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454062; }

 p { color: rgb(69,64,98); }

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

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

 a { background-color: rgb(69,64,98); }

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

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

 span { border-color: rgb(69,64,98); }

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