Html Css Color HEX #454759 Gun Powder

📋 copy color: '#454759'

red 69 ◦ green 71 ◦ blue 89

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

Shades of Gun Powder #454759

Tints of Gun Powder #454759

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31%

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

R = 30.13%
G = 31%
B = 38.86%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#454759 (or 0x454759) is known color: Gun Powder. HEX triplet: 45, 47 and 59. RGB value is (69,71,89). Sum of RGB (Red+Green+Blue) = 69+71+89=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #454759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454759 is #BAB8A6. Grayscale: #484848. Windows color (decimal): -12236967 or 5850949. OLE color: 5850949.

HSL color Cylindrical-coordinate representation of color #454759: hue angle of 234º degrees, saturation: 0.13, 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 #454759 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 71 89 -
CMYK 0.22 0.20 0 0.65
HSL 234º 0.13% 0.31% -
HSV(B) 234º 0.22% 0.35% -
XYZ 6.51 6.49 10.36 -
YUV 72.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 69 71 89 0.22 0.20 0 0.65 234 0.13 0.31
Hex 45 47 59 16 14 0 41 EA D 1F
Octal 105 107 131 26 24 0 101 352 15 37
Binary 1000101 1000111 1011001 10110 10100 0 1000001 11101010 1101 11111

Color Harmonies of #454759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454759

Black with #454759

Text Example


Text Example

White with #454759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454759; }

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

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

background-color css

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

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

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

border-color css

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

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

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