Html Css Color HEX #464157 Gun Powder

📋 copy color: '#464157'

red 70 ◦ green 65 ◦ blue 87

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

Shades of Gun Powder #464157

Tints of Gun Powder #464157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 39.19%

R = 31.53%
G = 29.28%
B = 39.19%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#464157 (or 0x464157) is known color: Gun Powder. HEX triplet: 46, 41 and 57. RGB value is (70,65,87). Sum of RGB (Red+Green+Blue) = 70+65+87=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 87 - color contains mainly: blue. Hex color #464157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464157 is #B9BEA8. Grayscale: #444444. Windows color (decimal): -12172969 or 5718342. OLE color: 5718342.

HSL color Cylindrical-coordinate representation of color #464157: hue angle of 253.64º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #464157 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 65 87 -
CMYK 0.20 0.25 0 0.66
HSL 253.64º 0.14% 0.3% -
HSV(B) 253.64º 0.25% 0.34% -
XYZ 6.14 5.77 9.81 -
YUV 69 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 70 65 87 0.20 0.25 0 0.66 253.64 0.14 0.3
Hex 46 41 57 14 19 0 42 FE E 1E
Octal 106 101 127 24 31 0 102 376 16 36
Binary 1000110 1000001 1010111 10100 11001 0 1000010 11111110 1110 11110

Color Harmonies of #464157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464157

Black with #464157

Text Example


Text Example

White with #464157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464157; }

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

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

background-color css

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

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

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

border-color css

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

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

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