Html Css Color HEX #464258 Gun Powder

📋 copy color: '#464258'

red 70 ◦ green 66 ◦ blue 88

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

Shades of Gun Powder #464258

Tints of Gun Powder #464258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.46%

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

R = 31.25%
G = 29.46%
B = 39.29%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#464258 (or 0x464258) is known color: Gun Powder. HEX triplet: 46, 42 and 58. RGB value is (70,66,88). Sum of RGB (Red+Green+Blue) = 70+66+88=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #464258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464258 is #B9BDA7. Grayscale: #454545. Windows color (decimal): -12172712 or 5784134. OLE color: 5784134.

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

Color convert

RGB 70 66 88 -
CMYK 0.20 0.25 0 0.65
HSL 250.91º 0.14% 0.3% -
HSV(B) 250.91º 0.25% 0.35% -
XYZ 6.24 5.9 10.04 -
YUV 69.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 70 66 88 0.20 0.25 0 0.65 250.91 0.14 0.3
Hex 46 42 58 14 19 0 41 FB E 1E
Octal 106 102 130 24 31 0 101 373 16 36
Binary 1000110 1000010 1011000 10100 11001 0 1000001 11111011 1110 11110

Color Harmonies of #464258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464258

Black with #464258

Text Example


Text Example

White with #464258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464258; }

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

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

background-color css

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

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

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

border-color css

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

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

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