Html Css Color HEX #464450 Gun Powder

📋 copy color: '#464450'

red 70 ◦ green 68 ◦ blue 80

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

Shades of Gun Powder #464450

Tints of Gun Powder #464450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.19%

 BLUE value IS 80 (31.64% from 255) = 36.7%

R = 32.11%
G = 31.19%
B = 36.7%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#464450 (or 0x464450) is known color: Gun Powder. HEX triplet: 46, 44 and 50. RGB value is (70,68,80). Sum of RGB (Red+Green+Blue) = 70+68+80=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 80 - color contains mainly: blue. Hex color #464450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464450 is #B9BBAF. Grayscale: #454545. Windows color (decimal): -12172208 or 5260358. OLE color: 5260358.

HSL color Cylindrical-coordinate representation of color #464450: hue angle of 250º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #464450 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 68 80 -
CMYK 0.12 0.15 0 0.69
HSL 250º 0.08% 0.29% -
HSV(B) 250º 0.15% 0.31% -
XYZ 6.04 6.02 8.43 -
YUV 69.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 70 68 80 0.12 0.15 0 0.69 250 0.08 0.29
Hex 46 44 50 C F 0 45 FA 8 1D
Octal 106 104 120 14 17 0 105 372 10 35
Binary 1000110 1000100 1010000 1100 1111 0 1000101 11111010 1000 11101

Color Harmonies of #464450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464450

Black with #464450

Text Example


Text Example

White with #464450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464450; }

 p { color: rgb(70,68,80); }

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

background-color css

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

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

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

border-color css

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

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

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