Html Css Color HEX #464456 Gun Powder

📋 copy color: '#464456'

red 70 ◦ green 68 ◦ blue 86

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

Shades of Gun Powder #464456

Tints of Gun Powder #464456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 38.39%

R = 31.25%
G = 30.36%
B = 38.39%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#464456 (or 0x464456) is known color: Gun Powder. HEX triplet: 46, 44 and 56. RGB value is (70,68,86). Sum of RGB (Red+Green+Blue) = 70+68+86=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 86 - color contains mainly: blue. Hex color #464456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464456 is #B9BBA9. Grayscale: #464646. Windows color (decimal): -12172202 or 5653574. OLE color: 5653574.

HSL color Cylindrical-coordinate representation of color #464456: hue angle of 246.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #464456 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 68 86 -
CMYK 0.19 0.21 0 0.66
HSL 246.67º 0.12% 0.3% -
HSV(B) 246.67º 0.21% 0.34% -
XYZ 6.27 6.11 9.65 -
YUV 70.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 70 68 86 0.19 0.21 0 0.66 246.67 0.12 0.3
Hex 46 44 56 13 15 0 42 F7 C 1E
Octal 106 104 126 23 25 0 102 367 14 36
Binary 1000110 1000100 1010110 10011 10101 0 1000010 11110111 1100 11110

Color Harmonies of #464456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464456

Black with #464456

Text Example


Text Example

White with #464456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464456; }

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

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

background-color css

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

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

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

border-color css

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

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

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