Html Css Color HEX #474453 Gun Powder

📋 copy color: '#474453'

red 71 ◦ green 68 ◦ blue 83

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

Shades of Gun Powder #474453

Tints of Gun Powder #474453

RGB

 RED value IS 71 (28.13% from 255) = 31.98%

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

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

R = 31.98%
G = 30.63%
B = 37.39%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#474453 (or 0x474453) is known color: Gun Powder. HEX triplet: 47, 44 and 53. RGB value is (71,68,83). Sum of RGB (Red+Green+Blue) = 71+68+83=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 68 (26.95% from 255 or 30.63% 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 #474453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474453 is #B8BBAC. Grayscale: #464646. Windows color (decimal): -12106669 or 5456967. OLE color: 5456967.

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

Color convert

RGB 71 68 83 -
CMYK 0.14 0.18 0 0.67
HSL 252º 0.1% 0.3% -
HSV(B) 252º 0.18% 0.33% -
XYZ 6.23 6.1 9.03 -
YUV 70.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 71 68 83 0.14 0.18 0 0.67 252 0.1 0.3
Hex 47 44 53 E 12 0 43 FC A 1E
Octal 107 104 123 16 22 0 103 374 12 36
Binary 1000111 1000100 1010011 1110 10010 0 1000011 11111100 1010 11110

Color Harmonies of #474453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474453

Black with #474453

Text Example


Text Example

White with #474453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474453; }

 p { color: rgb(71,68,83); }

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

background-color css

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

 a { background-color: rgb(71,68,83); }

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

border-color css

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

 span { border-color: rgb(71,68,83); }

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