Html Css Color HEX #464162 Gun Powder

📋 copy color: '#464162'

red 70 ◦ green 65 ◦ blue 98

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

Shades of Gun Powder #464162

Tints of Gun Powder #464162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.06%

R = 30.04%
G = 27.9%
B = 42.06%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#464162 (or 0x464162) is known color: Gun Powder. HEX triplet: 46, 41 and 62. RGB value is (70,65,98). Sum of RGB (Red+Green+Blue) = 70+65+98=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #464162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464162 is #B9BE9D. Grayscale: #464646. Windows color (decimal): -12172958 or 6439238. OLE color: 6439238.

HSL color Cylindrical-coordinate representation of color #464162: hue angle of 249.09º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #464162 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 65 98 -
CMYK 0.29 0.34 0 0.62
HSL 249.09º 0.2% 0.32% -
HSV(B) 249.09º 0.34% 0.38% -
XYZ 6.62 5.96 12.36 -
YUV 70.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 70 65 98 0.29 0.34 0 0.62 249.09 0.2 0.32
Hex 46 41 62 1D 22 0 3E F9 14 20
Octal 106 101 142 35 42 0 76 371 24 40
Binary 1000110 1000001 1100010 11101 100010 0 111110 11111001 10100 100000

Color Harmonies of #464162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464162

Black with #464162

Text Example


Text Example

White with #464162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464162; }

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

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

background-color css

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

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

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

border-color css

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

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

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