Html Css Color HEX #454351 Gun Powder

📋 copy color: '#454351'

red 69 ◦ green 67 ◦ blue 81

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

Shades of Gun Powder #454351

Tints of Gun Powder #454351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 37.33%

R = 31.8%
G = 30.88%
B = 37.33%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#454351 (or 0x454351) is known color: Gun Powder. HEX triplet: 45, 43 and 51. RGB value is (69,67,81). Sum of RGB (Red+Green+Blue) = 69+67+81=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 81 - color contains mainly: blue. Hex color #454351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454351 is #BABCAE. Grayscale: #454545. Windows color (decimal): -12237999 or 5325637. OLE color: 5325637.

HSL color Cylindrical-coordinate representation of color #454351: hue angle of 248.57º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #454351 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 67 81 -
CMYK 0.15 0.17 0 0.68
HSL 248.57º 0.09% 0.29% -
HSV(B) 248.57º 0.17% 0.32% -
XYZ 5.95 5.87 8.6 -
YUV 69.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 69 67 81 0.15 0.17 0 0.68 248.57 0.09 0.29
Hex 45 43 51 F 11 0 44 F9 9 1D
Octal 105 103 121 17 21 0 104 371 11 35
Binary 1000101 1000011 1010001 1111 10001 0 1000100 11111001 1001 11101

Color Harmonies of #454351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454351

Black with #454351

Text Example


Text Example

White with #454351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454351; }

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

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

background-color css

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

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

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

border-color css

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

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

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