Html Css Color HEX #454353 Gun Powder

📋 copy color: '#454353'

red 69 ◦ green 67 ◦ blue 83

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

Shades of Gun Powder #454353

Tints of Gun Powder #454353

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.59%

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

R = 31.51%
G = 30.59%
B = 37.9%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#454353 (or 0x454353) is known color: Gun Powder. HEX triplet: 45, 43 and 53. RGB value is (69,67,83). Sum of RGB (Red+Green+Blue) = 69+67+83=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #454353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454353 is #BABCAC. Grayscale: #454545. Windows color (decimal): -12237997 or 5456709. OLE color: 5456709.

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

Color convert

RGB 69 67 83 -
CMYK 0.17 0.19 0 0.67
HSL 247.5º 0.11% 0.29% -
HSV(B) 247.5º 0.19% 0.33% -
XYZ 6.02 5.9 9.01 -
YUV 69.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 69 67 83 0.17 0.19 0 0.67 247.5 0.11 0.29
Hex 45 43 53 11 13 0 43 F8 B 1D
Octal 105 103 123 21 23 0 103 370 13 35
Binary 1000101 1000011 1010011 10001 10011 0 1000011 11111000 1011 11101

Color Harmonies of #454353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454353

Black with #454353

Text Example


Text Example

White with #454353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454353; }

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

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

background-color css

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

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

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

border-color css

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

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

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