Html Css Color HEX #474560 Gun Powder

📋 copy color: '#474560'

red 71 ◦ green 69 ◦ blue 96

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

Shades of Gun Powder #474560

Tints of Gun Powder #474560

RGB

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

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

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

R = 30.08%
G = 29.24%
B = 40.68%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#474560 (or 0x474560) is known color: Gun Powder. HEX triplet: 47, 45 and 60. RGB value is (71,69,96). Sum of RGB (Red+Green+Blue) = 71+69+96=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #474560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474560 is #B8BA9F. Grayscale: #484848. Windows color (decimal): -12106400 or 6309191. OLE color: 6309191.

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

Color convert

RGB 71 69 96 -
CMYK 0.26 0.28 0 0.62
HSL 244.44º 0.16% 0.32% -
HSV(B) 244.44º 0.28% 0.38% -
XYZ 6.84 6.44 11.95 -
YUV 72.68 141.16 126.8 -
System Red Green Blue C M Y K H S L
Decimal 71 69 96 0.26 0.28 0 0.62 244.44 0.16 0.32
Hex 47 45 60 1A 1C 0 3E F4 10 20
Octal 107 105 140 32 34 0 76 364 20 40
Binary 1000111 1000101 1100000 11010 11100 0 111110 11110100 10000 100000

Color Harmonies of #474560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474560

Black with #474560

Text Example


Text Example

White with #474560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474560; }

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

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

background-color css

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

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

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

border-color css

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

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

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