Html Css Color HEX #464259 Gun Powder

📋 copy color: '#464259'

red 70 ◦ green 66 ◦ blue 89

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

Shades of Gun Powder #464259

Tints of Gun Powder #464259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.33%

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

R = 31.11%
G = 29.33%
B = 39.56%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#464259 (or 0x464259) is known color: Gun Powder. HEX triplet: 46, 42 and 59. RGB value is (70,66,89). Sum of RGB (Red+Green+Blue) = 70+66+89=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #464259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464259 is #B9BDA6. Grayscale: #454545. Windows color (decimal): -12172711 or 5849670. OLE color: 5849670.

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

Color convert

RGB 70 66 89 -
CMYK 0.21 0.26 0 0.65
HSL 250.43º 0.15% 0.3% -
HSV(B) 250.43º 0.26% 0.35% -
XYZ 6.28 5.92 10.26 -
YUV 69.82 138.83 128.13 -
System Red Green Blue C M Y K H S L
Decimal 70 66 89 0.21 0.26 0 0.65 250.43 0.15 0.3
Hex 46 42 59 15 1A 0 41 FA F 1E
Octal 106 102 131 25 32 0 101 372 17 36
Binary 1000110 1000010 1011001 10101 11010 0 1000001 11111010 1111 11110

Color Harmonies of #464259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464259

Black with #464259

Text Example


Text Example

White with #464259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464259; }

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

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

background-color css

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

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

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

border-color css

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

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

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