Html Css Color HEX #464360 Gun Powder

📋 copy color: '#464360'

red 70 ◦ green 67 ◦ blue 96

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

Shades of Gun Powder #464360

Tints of Gun Powder #464360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.2%

R = 30.04%
G = 28.76%
B = 41.2%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#464360 (or 0x464360) is known color: Gun Powder. HEX triplet: 46, 43 and 60. RGB value is (70,67,96). Sum of RGB (Red+Green+Blue) = 70+67+96=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 96 - color contains mainly: blue. Hex color #464360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464360 is #B9BC9F. Grayscale: #474747. Windows color (decimal): -12172448 or 6308678. OLE color: 6308678.

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

Color convert

RGB 70 67 96 -
CMYK 0.27 0.30 0 0.62
HSL 246.21º 0.18% 0.32% -
HSV(B) 246.21º 0.3% 0.38% -
XYZ 6.64 6.16 11.91 -
YUV 71.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 70 67 96 0.27 0.30 0 0.62 246.21 0.18 0.32
Hex 46 43 60 1B 1E 0 3E F6 12 20
Octal 106 103 140 33 36 0 76 366 22 40
Binary 1000110 1000011 1100000 11011 11110 0 111110 11110110 10010 100000

Color Harmonies of #464360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464360

Black with #464360

Text Example


Text Example

White with #464360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464360; }

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

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

background-color css

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

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

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

border-color css

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

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

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