Html Css Color HEX #454059 Gun Powder

📋 copy color: '#454059'

red 69 ◦ green 64 ◦ blue 89

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

Shades of Gun Powder #454059

Tints of Gun Powder #454059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.83%

 BLUE value IS 89 (35.16% from 255) = 40.09%

R = 31.08%
G = 28.83%
B = 40.09%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#454059 (or 0x454059) is known color: Gun Powder. HEX triplet: 45, 40 and 59. RGB value is (69,64,89). Sum of RGB (Red+Green+Blue) = 69+64+89=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #454059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454059 is #BABFA6. Grayscale: #444444. Windows color (decimal): -12238759 or 5849157. OLE color: 5849157.

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

Color convert

RGB 69 64 89 -
CMYK 0.22 0.28 0 0.65
HSL 252º 0.16% 0.3% -
HSV(B) 252º 0.28% 0.35% -
XYZ 6.09 5.65 10.22 -
YUV 68.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 69 64 89 0.22 0.28 0 0.65 252 0.16 0.3
Hex 45 40 59 16 1C 0 41 FC 10 1E
Octal 105 100 131 26 34 0 101 374 20 36
Binary 1000101 1000000 1011001 10110 11100 0 1000001 11111100 10000 11110

Color Harmonies of #454059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454059

Black with #454059

Text Example


Text Example

White with #454059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454059; }

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

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

background-color css

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

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

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

border-color css

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

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

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