Html Css Color HEX #464856 Gun Powder

📋 copy color: '#464856'

red 70 ◦ green 72 ◦ blue 86

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

Shades of Gun Powder #464856

Tints of Gun Powder #464856

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.58%

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

R = 30.7%
G = 31.58%
B = 37.72%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#464856 (or 0x464856) is known color: Gun Powder. HEX triplet: 46, 48 and 56. RGB value is (70,72,86). Sum of RGB (Red+Green+Blue) = 70+72+86=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 86 - color contains mainly: blue. Hex color #464856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464856 is #B9B7A9. Grayscale: #484848. Windows color (decimal): -12171178 or 5654598. OLE color: 5654598.

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

Color convert

RGB 70 72 86 -
CMYK 0.19 0.16 0 0.66
HSL 232.5º 0.1% 0.31% -
HSV(B) 232.5º 0.19% 0.34% -
XYZ 6.52 6.61 9.74 -
YUV 73 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 70 72 86 0.19 0.16 0 0.66 232.5 0.1 0.31
Hex 46 48 56 13 10 0 42 E8 A 1F
Octal 106 110 126 23 20 0 102 350 12 37
Binary 1000110 1001000 1010110 10011 10000 0 1000010 11101000 1010 11111

Color Harmonies of #464856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464856

Black with #464856

Text Example


Text Example

White with #464856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464856; }

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

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

background-color css

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

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

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

border-color css

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

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

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