Html Css Color HEX #464452 Gun Powder

📋 copy color: '#464452'

red 70 ◦ green 68 ◦ blue 82

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

Shades of Gun Powder #464452

Tints of Gun Powder #464452

RGB

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

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

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

R = 31.82%
G = 30.91%
B = 37.27%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#464452 (or 0x464452) is known color: Gun Powder. HEX triplet: 46, 44 and 52. RGB value is (70,68,82). Sum of RGB (Red+Green+Blue) = 70+68+82=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 82 - color contains mainly: blue. Hex color #464452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464452 is #B9BBAD. Grayscale: #464646. Windows color (decimal): -12172206 or 5391430. OLE color: 5391430.

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

Color convert

RGB 70 68 82 -
CMYK 0.15 0.17 0 0.68
HSL 248.57º 0.09% 0.29% -
HSV(B) 248.57º 0.17% 0.32% -
XYZ 6.12 6.05 8.83 -
YUV 70.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 70 68 82 0.15 0.17 0 0.68 248.57 0.09 0.29
Hex 46 44 52 F 11 0 44 F9 9 1D
Octal 106 104 122 17 21 0 104 371 11 35
Binary 1000110 1000100 1010010 1111 10001 0 1000100 11111001 1001 11101

Color Harmonies of #464452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464452

Black with #464452

Text Example


Text Example

White with #464452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464452; }

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

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

background-color css

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

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

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

border-color css

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

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

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