Html Css Color HEX #464451 Gun Powder

📋 copy color: '#464451'

red 70 ◦ green 68 ◦ blue 81

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

Shades of Gun Powder #464451

Tints of Gun Powder #464451

RGB

 RED value IS 70 (27.73% from 255) = 31.96%

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

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

R = 31.96%
G = 31.05%
B = 36.99%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#464451 (or 0x464451) is known color: Gun Powder. HEX triplet: 46, 44 and 51. RGB value is (70,68,81). Sum of RGB (Red+Green+Blue) = 70+68+81=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 68 (26.95% from 255 or 31.05% 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 #464451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464451 is #B9BBAE. Grayscale: #464646. Windows color (decimal): -12172207 or 5325894. OLE color: 5325894.

HSL color Cylindrical-coordinate representation of color #464451: hue angle of 249.23º 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 #464451 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 68 81 -
CMYK 0.14 0.16 0 0.68
HSL 249.23º 0.09% 0.29% -
HSV(B) 249.23º 0.16% 0.32% -
XYZ 6.08 6.03 8.63 -
YUV 70.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 70 68 81 0.14 0.16 0 0.68 249.23 0.09 0.29
Hex 46 44 51 E 10 0 44 F9 9 1D
Octal 106 104 121 16 20 0 104 371 11 35
Binary 1000110 1000100 1010001 1110 10000 0 1000100 11111001 1001 11101

Color Harmonies of #464451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464451

Black with #464451

Text Example


Text Example

White with #464451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464451; }

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

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

background-color css

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

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

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

border-color css

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

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

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