Html Css Color HEX #454551 Gun Powder

📋 copy color: '#454551'

red 69 ◦ green 69 ◦ blue 81

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

Shades of Gun Powder #454551

Tints of Gun Powder #454551

RGB

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

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

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

R = 31.51%
G = 31.51%
B = 36.99%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#454551 (or 0x454551) is known color: Gun Powder. HEX triplet: 45, 45 and 51. RGB value is (69,69,81). Sum of RGB (Red+Green+Blue) = 69+69+81=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 81 - color contains mainly: blue. Hex color #454551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454551 is #BABAAE. Grayscale: #464646. Windows color (decimal): -12237487 or 5326149. OLE color: 5326149.

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

Color convert

RGB 69 69 81 -
CMYK 0.15 0.15 0 0.68
HSL 240º 0.08% 0.29% -
HSV(B) 240º 0.15% 0.32% -
XYZ 6.07 6.12 8.65 -
YUV 70.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 69 69 81 0.15 0.15 0 0.68 240 0.08 0.29
Hex 45 45 51 F F 0 44 F0 8 1D
Octal 105 105 121 17 17 0 104 360 10 35
Binary 1000101 1000101 1010001 1111 1111 0 1000100 11110000 1000 11101

Color Harmonies of #454551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454551

Black with #454551

Text Example


Text Example

White with #454551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454551; }

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

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

background-color css

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

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

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

border-color css

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

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

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