Html Css Color HEX #464752 Gun Powder

📋 copy color: '#464752'

red 70 ◦ green 71 ◦ blue 82

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

Shades of Gun Powder #464752

Tints of Gun Powder #464752

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.84%

 BLUE value IS 82 (32.42% from 255) = 36.77%

R = 31.39%
G = 31.84%
B = 36.77%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#464752 (or 0x464752) is known color: Gun Powder. HEX triplet: 46, 47 and 52. RGB value is (70,71,82). Sum of RGB (Red+Green+Blue) = 70+71+82=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 82 - color contains mainly: blue. Hex color #464752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464752 is #B9B8AD. Grayscale: #474747. Windows color (decimal): -12171438 or 5392198. OLE color: 5392198.

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

Color convert

RGB 70 71 82 -
CMYK 0.15 0.13 0 0.68
HSL 235º 0.08% 0.3% -
HSV(B) 235º 0.15% 0.32% -
XYZ 6.3 6.42 8.89 -
YUV 71.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 70 71 82 0.15 0.13 0 0.68 235 0.08 0.3
Hex 46 47 52 F D 0 44 EB 8 1E
Octal 106 107 122 17 15 0 104 353 10 36
Binary 1000110 1000111 1010010 1111 1101 0 1000100 11101011 1000 11110

Color Harmonies of #464752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464752

Black with #464752

Text Example


Text Example

White with #464752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464752; }

 p { color: rgb(70,71,82); }

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

background-color css

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

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

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

border-color css

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

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

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