Html Css Color HEX #464459 Gun Powder

📋 copy color: '#464459'

red 70 ◦ green 68 ◦ blue 89

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

Shades of Gun Powder #464459

Tints of Gun Powder #464459

RGB

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

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

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

R = 30.84%
G = 29.96%
B = 39.21%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#464459 (or 0x464459) is known color: Gun Powder. HEX triplet: 46, 44 and 59. RGB value is (70,68,89). Sum of RGB (Red+Green+Blue) = 70+68+89=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #464459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464459 is #B9BBA6. Grayscale: #464646. Windows color (decimal): -12172199 or 5850182. OLE color: 5850182.

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

Color convert

RGB 70 68 89 -
CMYK 0.21 0.24 0 0.65
HSL 245.71º 0.13% 0.31% -
HSV(B) 245.71º 0.24% 0.35% -
XYZ 6.4 6.16 10.3 -
YUV 70.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 70 68 89 0.21 0.24 0 0.65 245.71 0.13 0.31
Hex 46 44 59 15 18 0 41 F6 D 1F
Octal 106 104 131 25 30 0 101 366 15 37
Binary 1000110 1000100 1011001 10101 11000 0 1000001 11110110 1101 11111

Color Harmonies of #464459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464459

Black with #464459

Text Example


Text Example

White with #464459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464459; }

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

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

background-color css

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

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

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

border-color css

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

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

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