Html Css Color HEX #464551 Gun Powder

📋 copy color: '#464551'

red 70 ◦ green 69 ◦ blue 81

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

Shades of Gun Powder #464551

Tints of Gun Powder #464551

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.36%

 BLUE value IS 81 (32.03% from 255) = 36.82%

R = 31.82%
G = 31.36%
B = 36.82%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#464551 (or 0x464551) is known color: Gun Powder. HEX triplet: 46, 45 and 51. RGB value is (70,69,81). Sum of RGB (Red+Green+Blue) = 70+69+81=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 81 - color contains mainly: blue. Hex color #464551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464551 is #B9BAAE. Grayscale: #464646. Windows color (decimal): -12171951 or 5326150. OLE color: 5326150.

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

Color convert

RGB 70 69 81 -
CMYK 0.14 0.15 0 0.68
HSL 245º 0.08% 0.29% -
HSV(B) 245º 0.15% 0.32% -
XYZ 6.14 6.15 8.65 -
YUV 70.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 70 69 81 0.14 0.15 0 0.68 245 0.08 0.29
Hex 46 45 51 E F 0 44 F5 8 1D
Octal 106 105 121 16 17 0 104 365 10 35
Binary 1000110 1000101 1010001 1110 1111 0 1000100 11110101 1000 11101

Color Harmonies of #464551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464551

Black with #464551

Text Example


Text Example

White with #464551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464551; }

 p { color: rgb(70,69,81); }

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

background-color css

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

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

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

border-color css

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

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

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