Html Css Color HEX #464458 Gun Powder

📋 copy color: '#464458'

red 70 ◦ green 68 ◦ blue 88

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

Shades of Gun Powder #464458

Tints of Gun Powder #464458

RGB

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

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

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

R = 30.97%
G = 30.09%
B = 38.94%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#464458 (or 0x464458) is known color: Gun Powder. HEX triplet: 46, 44 and 58. RGB value is (70,68,88). Sum of RGB (Red+Green+Blue) = 70+68+88=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 88 - color contains mainly: blue. Hex color #464458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464458 is #B9BBA7. Grayscale: #464646. Windows color (decimal): -12172200 or 5784646. OLE color: 5784646.

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

Color convert

RGB 70 68 88 -
CMYK 0.20 0.23 0 0.65
HSL 246º 0.13% 0.31% -
HSV(B) 246º 0.23% 0.35% -
XYZ 6.35 6.14 10.08 -
YUV 70.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 70 68 88 0.20 0.23 0 0.65 246 0.13 0.31
Hex 46 44 58 14 17 0 41 F6 D 1F
Octal 106 104 130 24 27 0 101 366 15 37
Binary 1000110 1000100 1011000 10100 10111 0 1000001 11110110 1101 11111

Color Harmonies of #464458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464458

Black with #464458

Text Example


Text Example

White with #464458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464458; }

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

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

background-color css

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

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

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

border-color css

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

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

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