Html Css Color HEX #454451 Gun Powder

📋 copy color: '#454451'

red 69 ◦ green 68 ◦ blue 81

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

Shades of Gun Powder #454451

Tints of Gun Powder #454451

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.19%

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

R = 31.65%
G = 31.19%
B = 37.16%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#454451 (or 0x454451) is known color: Gun Powder. HEX triplet: 45, 44 and 51. RGB value is (69,68,81). Sum of RGB (Red+Green+Blue) = 69+68+81=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 81 - color contains mainly: blue. Hex color #454451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454451 is #BABBAE. Grayscale: #454545. Windows color (decimal): -12237743 or 5325893. OLE color: 5325893.

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

Color convert

RGB 69 68 81 -
CMYK 0.15 0.16 0 0.68
HSL 244.62º 0.09% 0.29% -
HSV(B) 244.62º 0.16% 0.32% -
XYZ 6.01 5.99 8.62 -
YUV 69.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 69 68 81 0.15 0.16 0 0.68 244.62 0.09 0.29
Hex 45 44 51 F 10 0 44 F5 9 1D
Octal 105 104 121 17 20 0 104 365 11 35
Binary 1000101 1000100 1010001 1111 10000 0 1000100 11110101 1001 11101

Color Harmonies of #454451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454451

Black with #454451

Text Example


Text Example

White with #454451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454451; }

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

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

background-color css

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

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

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

border-color css

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

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

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