Html Css Color HEX #454653 Gun Powder

📋 copy color: '#454653'

red 69 ◦ green 70 ◦ blue 83

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

Shades of Gun Powder #454653

Tints of Gun Powder #454653

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

 BLUE value IS 83 (32.81% from 255) = 37.39%

R = 31.08%
G = 31.53%
B = 37.39%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#454653 (or 0x454653) is known color: Gun Powder. HEX triplet: 45, 46 and 53. RGB value is (69,70,83). Sum of RGB (Red+Green+Blue) = 69+70+83=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 83 - color contains mainly: blue. Hex color #454653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454653 is #BAB9AC. Grayscale: #474747. Windows color (decimal): -12237229 or 5457477. OLE color: 5457477.

HSL color Cylindrical-coordinate representation of color #454653: hue angle of 235.71º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #454653 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 70 83 -
CMYK 0.17 0.16 0 0.67
HSL 235.71º 0.09% 0.3% -
HSV(B) 235.71º 0.17% 0.33% -
XYZ 6.21 6.27 9.07 -
YUV 71.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 69 70 83 0.17 0.16 0 0.67 235.71 0.09 0.3
Hex 45 46 53 11 10 0 43 EC 9 1E
Octal 105 106 123 21 20 0 103 354 11 36
Binary 1000101 1000110 1010011 10001 10000 0 1000011 11101100 1001 11110

Color Harmonies of #454653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454653

Black with #454653

Text Example


Text Example

White with #454653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454653; }

 p { color: rgb(69,70,83); }

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

background-color css

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

 a { background-color: rgb(69,70,83); }

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

border-color css

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

 span { border-color: rgb(69,70,83); }

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