Html Css Color HEX #464359 Gun Powder

📋 copy color: '#464359'

red 70 ◦ green 67 ◦ blue 89

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

Shades of Gun Powder #464359

Tints of Gun Powder #464359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.65%

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

R = 30.97%
G = 29.65%
B = 39.38%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#464359 (or 0x464359) is known color: Gun Powder. HEX triplet: 46, 43 and 59. RGB value is (70,67,89). Sum of RGB (Red+Green+Blue) = 70+67+89=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #464359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464359 is #B9BCA6. Grayscale: #464646. Windows color (decimal): -12172455 or 5849926. OLE color: 5849926.

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

Color convert

RGB 70 67 89 -
CMYK 0.21 0.25 0 0.65
HSL 248.18º 0.14% 0.31% -
HSV(B) 248.18º 0.25% 0.35% -
XYZ 6.34 6.04 10.28 -
YUV 70.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 70 67 89 0.21 0.25 0 0.65 248.18 0.14 0.31
Hex 46 43 59 15 19 0 41 F8 E 1F
Octal 106 103 131 25 31 0 101 370 16 37
Binary 1000110 1000011 1011001 10101 11001 0 1000001 11111000 1110 11111

Color Harmonies of #464359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464359

Black with #464359

Text Example


Text Example

White with #464359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464359; }

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

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

background-color css

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

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

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

border-color css

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

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

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