Html Css Color HEX #464158 Gun Powder

📋 copy color: '#464158'

red 70 ◦ green 65 ◦ blue 88

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

Shades of Gun Powder #464158

Tints of Gun Powder #464158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.46%

R = 31.39%
G = 29.15%
B = 39.46%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#464158 (or 0x464158) is known color: Gun Powder. HEX triplet: 46, 41 and 58. RGB value is (70,65,88). Sum of RGB (Red+Green+Blue) = 70+65+88=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 88 - color contains mainly: blue. Hex color #464158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464158 is #B9BEA7. Grayscale: #454545. Windows color (decimal): -12172968 or 5783878. OLE color: 5783878.

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

Color convert

RGB 70 65 88 -
CMYK 0.20 0.26 0 0.65
HSL 253.04º 0.15% 0.3% -
HSV(B) 253.04º 0.26% 0.35% -
XYZ 6.18 5.79 10.02 -
YUV 69.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 70 65 88 0.20 0.26 0 0.65 253.04 0.15 0.3
Hex 46 41 58 14 1A 0 41 FD F 1E
Octal 106 101 130 24 32 0 101 375 17 36
Binary 1000110 1000001 1011000 10100 11010 0 1000001 11111101 1111 11110

Color Harmonies of #464158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464158

Black with #464158

Text Example


Text Example

White with #464158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464158; }

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

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

background-color css

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

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

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

border-color css

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

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

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