Html Css Color HEX #464660 Gun Powder

📋 copy color: '#464660'

red 70 ◦ green 70 ◦ blue 96

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

Shades of Gun Powder #464660

Tints of Gun Powder #464660

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.66%

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

R = 29.66%
G = 29.66%
B = 40.68%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#464660 (or 0x464660) is known color: Gun Powder. HEX triplet: 46, 46 and 60. RGB value is (70,70,96). Sum of RGB (Red+Green+Blue) = 70+70+96=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #464660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464660 is #B9B99F. Grayscale: #484848. Windows color (decimal): -12171680 or 6309446. OLE color: 6309446.

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

Color convert

RGB 70 70 96 -
CMYK 0.27 0.27 0 0.62
HSL 240º 0.16% 0.33% -
HSV(B) 240º 0.27% 0.38% -
XYZ 6.83 6.53 11.97 -
YUV 72.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 70 70 96 0.27 0.27 0 0.62 240 0.16 0.33
Hex 46 46 60 1B 1B 0 3E F0 10 21
Octal 106 106 140 33 33 0 76 360 20 41
Binary 1000110 1000110 1100000 11011 11011 0 111110 11110000 10000 100001

Color Harmonies of #464660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464660

Black with #464660

Text Example


Text Example

White with #464660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464660; }

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

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

background-color css

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

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

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

border-color css

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

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

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