Html Css Color HEX #474361 Gun Powder

📋 copy color: '#474361'

red 71 ◦ green 67 ◦ blue 97

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

Shades of Gun Powder #474361

Tints of Gun Powder #474361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.51%

 BLUE value IS 97 (38.28% from 255) = 41.28%

R = 30.21%
G = 28.51%
B = 41.28%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#474361 (or 0x474361) is known color: Gun Powder. HEX triplet: 47, 43 and 61. RGB value is (71,67,97). Sum of RGB (Red+Green+Blue) = 71+67+97=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #474361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474361 is #B8BC9E. Grayscale: #474747. Windows color (decimal): -12106911 or 6374215. OLE color: 6374215.

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

Color convert

RGB 71 67 97 -
CMYK 0.27 0.31 0 0.62
HSL 248º 0.18% 0.32% -
HSV(B) 248º 0.31% 0.38% -
XYZ 6.76 6.22 12.15 -
YUV 71.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 71 67 97 0.27 0.31 0 0.62 248 0.18 0.32
Hex 47 43 61 1B 1F 0 3E F8 12 20
Octal 107 103 141 33 37 0 76 370 22 40
Binary 1000111 1000011 1100001 11011 11111 0 111110 11111000 10010 100000

Color Harmonies of #474361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474361

Black with #474361

Text Example


Text Example

White with #474361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474361; }

 p { color: rgb(71,67,97); }

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

background-color css

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

 a { background-color: rgb(71,67,97); }

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

border-color css

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

 span { border-color: rgb(71,67,97); }

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