Html Css Color HEX #464859 Gun Powder

📋 copy color: '#464859'

red 70 ◦ green 72 ◦ blue 89

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

Shades of Gun Powder #464859

Tints of Gun Powder #464859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 38.53%

R = 30.3%
G = 31.17%
B = 38.53%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#464859 (or 0x464859) is known color: Gun Powder. HEX triplet: 46, 48 and 59. RGB value is (70,72,89). Sum of RGB (Red+Green+Blue) = 70+72+89=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #464859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464859 is #B9B7A6. Grayscale: #494949. Windows color (decimal): -12171175 or 5851206. OLE color: 5851206.

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

Color convert

RGB 70 72 89 -
CMYK 0.21 0.19 0 0.65
HSL 233.68º 0.12% 0.31% -
HSV(B) 233.68º 0.21% 0.35% -
XYZ 6.65 6.66 10.39 -
YUV 73.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 70 72 89 0.21 0.19 0 0.65 233.68 0.12 0.31
Hex 46 48 59 15 13 0 41 EA C 1F
Octal 106 110 131 25 23 0 101 352 14 37
Binary 1000110 1001000 1011001 10101 10011 0 1000001 11101010 1100 11111

Color Harmonies of #464859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464859

Black with #464859

Text Example


Text Example

White with #464859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464859; }

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

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

background-color css

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

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

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

border-color css

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

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

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