Html Css Color HEX #474660 Gun Powder

📋 copy color: '#474660'

red 71 ◦ green 70 ◦ blue 96

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

Shades of Gun Powder #474660

Tints of Gun Powder #474660

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.54%

 BLUE value IS 96 (37.89% from 255) = 40.51%

R = 29.96%
G = 29.54%
B = 40.51%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#474660 (or 0x474660) is known color: Gun Powder. HEX triplet: 47, 46 and 60. RGB value is (71,70,96). Sum of RGB (Red+Green+Blue) = 71+70+96=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #474660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474660 is #B8B99F. Grayscale: #494949. Windows color (decimal): -12106144 or 6309447. OLE color: 6309447.

HSL color Cylindrical-coordinate representation of color #474660: hue angle of 242.31º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #474660 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 70 96 -
CMYK 0.26 0.27 0 0.62
HSL 242.31º 0.16% 0.33% -
HSV(B) 242.31º 0.27% 0.38% -
XYZ 6.9 6.56 11.97 -
YUV 73.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 71 70 96 0.26 0.27 0 0.62 242.31 0.16 0.33
Hex 47 46 60 1A 1B 0 3E F2 10 21
Octal 107 106 140 32 33 0 76 362 20 41
Binary 1000111 1000110 1100000 11010 11011 0 111110 11110010 10000 100001

Color Harmonies of #474660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474660

Black with #474660

Text Example


Text Example

White with #474660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474660; }

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

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

background-color css

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

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

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

border-color css

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

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

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