Html Css Color HEX #464659 Gun Powder

📋 copy color: '#464659'

red 70 ◦ green 70 ◦ blue 89

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

Shades of Gun Powder #464659

Tints of Gun Powder #464659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.57%

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

R = 30.57%
G = 30.57%
B = 38.86%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#464659 (or 0x464659) is known color: Gun Powder. HEX triplet: 46, 46 and 59. RGB value is (70,70,89). Sum of RGB (Red+Green+Blue) = 70+70+89=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #464659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464659 is #B9B9A6. Grayscale: #484848. Windows color (decimal): -12171687 or 5850694. OLE color: 5850694.

HSL color Cylindrical-coordinate representation of color #464659: hue angle of 240º 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 #464659 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 70 89 -
CMYK 0.21 0.21 0 0.65
HSL 240º 0.12% 0.31% -
HSV(B) 240º 0.21% 0.35% -
XYZ 6.52 6.4 10.34 -
YUV 72.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 70 70 89 0.21 0.21 0 0.65 240 0.12 0.31
Hex 46 46 59 15 15 0 41 F0 C 1F
Octal 106 106 131 25 25 0 101 360 14 37
Binary 1000110 1000110 1011001 10101 10101 0 1000001 11110000 1100 11111

Color Harmonies of #464659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464659

Black with #464659

Text Example


Text Example

White with #464659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464659; }

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

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

background-color css

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

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

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

border-color css

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

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

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