Html Css Color HEX #464161 Gun Powder

📋 copy color: '#464161'

red 70 ◦ green 65 ◦ blue 97

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

Shades of Gun Powder #464161

Tints of Gun Powder #464161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.81%

R = 30.17%
G = 28.02%
B = 41.81%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#464161 (or 0x464161) is known color: Gun Powder. HEX triplet: 46, 41 and 61. RGB value is (70,65,97). Sum of RGB (Red+Green+Blue) = 70+65+97=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #464161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464161 is #B9BE9E. Grayscale: #464646. Windows color (decimal): -12172959 or 6373702. OLE color: 6373702.

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

Color convert

RGB 70 65 97 -
CMYK 0.28 0.33 0 0.62
HSL 249.38º 0.2% 0.32% -
HSV(B) 249.38º 0.33% 0.38% -
XYZ 6.57 5.95 12.11 -
YUV 70.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 70 65 97 0.28 0.33 0 0.62 249.38 0.2 0.32
Hex 46 41 61 1C 21 0 3E F9 14 20
Octal 106 101 141 34 41 0 76 371 24 40
Binary 1000110 1000001 1100001 11100 100001 0 111110 11111001 10100 100000

Color Harmonies of #464161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464161

Black with #464161

Text Example


Text Example

White with #464161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464161; }

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

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

background-color css

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

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

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

border-color css

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

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

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