Html Css Color HEX #464361 Gun Powder

📋 copy color: '#464361'

red 70 ◦ green 67 ◦ blue 97

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

Shades of Gun Powder #464361

Tints of Gun Powder #464361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.63%

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

R = 29.91%
G = 28.63%
B = 41.45%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#464361 (or 0x464361) is known color: Gun Powder. HEX triplet: 46, 43 and 61. RGB value is (70,67,97). Sum of RGB (Red+Green+Blue) = 70+67+97=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #464361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464361 is #B9BC9E. Grayscale: #474747. Windows color (decimal): -12172447 or 6374214. OLE color: 6374214.

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

Color convert

RGB 70 67 97 -
CMYK 0.28 0.31 0 0.62
HSL 246º 0.18% 0.32% -
HSV(B) 246º 0.31% 0.38% -
XYZ 6.69 6.18 12.15 -
YUV 71.32 142.49 127.06 -
System Red Green Blue C M Y K H S L
Decimal 70 67 97 0.28 0.31 0 0.62 246 0.18 0.32
Hex 46 43 61 1C 1F 0 3E F6 12 20
Octal 106 103 141 34 37 0 76 366 22 40
Binary 1000110 1000011 1100001 11100 11111 0 111110 11110110 10010 100000

Color Harmonies of #464361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464361

Black with #464361

Text Example


Text Example

White with #464361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464361; }

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

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

background-color css

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

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

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

border-color css

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

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

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