Html Css Color HEX #464159 Gun Powder

📋 copy color: '#464159'

red 70 ◦ green 65 ◦ blue 89

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

Shades of Gun Powder #464159

Tints of Gun Powder #464159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.02%

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

R = 31.25%
G = 29.02%
B = 39.73%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#464159 (or 0x464159) is known color: Gun Powder. HEX triplet: 46, 41 and 59. RGB value is (70,65,89). Sum of RGB (Red+Green+Blue) = 70+65+89=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 89 - color contains mainly: blue. Hex color #464159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464159 is #B9BEA6. Grayscale: #454545. Windows color (decimal): -12172967 or 5849414. OLE color: 5849414.

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

Color convert

RGB 70 65 89 -
CMYK 0.21 0.27 0 0.65
HSL 252.5º 0.16% 0.3% -
HSV(B) 252.5º 0.27% 0.35% -
XYZ 6.22 5.8 10.24 -
YUV 69.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 70 65 89 0.21 0.27 0 0.65 252.5 0.16 0.3
Hex 46 41 59 15 1B 0 41 FD 10 1E
Octal 106 101 131 25 33 0 101 375 20 36
Binary 1000110 1000001 1011001 10101 11011 0 1000001 11111101 10000 11110

Color Harmonies of #464159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464159

Black with #464159

Text Example


Text Example

White with #464159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464159; }

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

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

background-color css

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

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

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

border-color css

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

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

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