Html Css Color HEX #454256 Gun Powder

📋 copy color: '#454256'

red 69 ◦ green 66 ◦ blue 86

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

Shades of Gun Powder #454256

Tints of Gun Powder #454256

RGB

 RED value IS 69 (27.34% from 255) = 31.22%

 GREEN value IS 66 (26.17% from 255) = 29.86%

 BLUE value IS 86 (33.98% from 255) = 38.91%

R = 31.22%
G = 29.86%
B = 38.91%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#454256 (or 0x454256) is known color: Gun Powder. HEX triplet: 45, 42 and 56. RGB value is (69,66,86). Sum of RGB (Red+Green+Blue) = 69+66+86=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 86 - color contains mainly: blue. Hex color #454256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454256 is #BABDA9. Grayscale: #454545. Windows color (decimal): -12238250 or 5653061. OLE color: 5653061.

HSL color Cylindrical-coordinate representation of color #454256: hue angle of 249º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #454256 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 69 66 86 -
CMYK 0.20 0.23 0 0.66
HSL 249º 0.13% 0.3% -
HSV(B) 249º 0.23% 0.34% -
XYZ 6.08 5.83 9.61 -
YUV 69.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 69 66 86 0.20 0.23 0 0.66 249 0.13 0.3
Hex 45 42 56 14 17 0 42 F9 D 1E
Octal 105 102 126 24 27 0 102 371 15 36
Binary 1000101 1000010 1010110 10100 10111 0 1000010 11111001 1101 11110

Color Harmonies of #454256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454256

Black with #454256

Text Example


Text Example

White with #454256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454256; }

 p { color: rgb(69,66,86); }

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

background-color css

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

 a { background-color: rgb(69,66,86); }

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

border-color css

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

 span { border-color: rgb(69,66,86); }

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