Html Css Color HEX #464553 Gun Powder

📋 copy color: '#464553'

red 70 ◦ green 69 ◦ blue 83

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

Shades of Gun Powder #464553

Tints of Gun Powder #464553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.39%

R = 31.53%
G = 31.08%
B = 37.39%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#464553 (or 0x464553) is known color: Gun Powder. HEX triplet: 46, 45 and 53. RGB value is (70,69,83). Sum of RGB (Red+Green+Blue) = 70+69+83=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 83 - color contains mainly: blue. Hex color #464553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464553 is #B9BAAC. Grayscale: #464646. Windows color (decimal): -12171949 or 5457222. OLE color: 5457222.

HSL color Cylindrical-coordinate representation of color #464553: hue angle of 244.29º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #464553 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 69 83 -
CMYK 0.16 0.17 0 0.67
HSL 244.29º 0.09% 0.3% -
HSV(B) 244.29º 0.17% 0.33% -
XYZ 6.22 6.18 9.05 -
YUV 70.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 70 69 83 0.16 0.17 0 0.67 244.29 0.09 0.3
Hex 46 45 53 10 11 0 43 F4 9 1E
Octal 106 105 123 20 21 0 103 364 11 36
Binary 1000110 1000101 1010011 10000 10001 0 1000011 11110100 1001 11110

Color Harmonies of #464553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464553

Black with #464553

Text Example


Text Example

White with #464553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464553; }

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

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

background-color css

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

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

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

border-color css

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

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

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