Html Css Color HEX #474855 Gun Powder

📋 copy color: '#474855'

red 71 ◦ green 72 ◦ blue 85

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

Shades of Gun Powder #474855

Tints of Gun Powder #474855

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.58%

 BLUE value IS 85 (33.59% from 255) = 37.28%

R = 31.14%
G = 31.58%
B = 37.28%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#474855 (or 0x474855) is known color: Gun Powder. HEX triplet: 47, 48 and 55. RGB value is (71,72,85). Sum of RGB (Red+Green+Blue) = 71+72+85=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 85 - color contains mainly: blue. Hex color #474855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474855 is #B8B7AA. Grayscale: #494949. Windows color (decimal): -12105643 or 5589063. OLE color: 5589063.

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

Color convert

RGB 71 72 85 -
CMYK 0.16 0.15 0 0.67
HSL 235.71º 0.09% 0.31% -
HSV(B) 235.71º 0.16% 0.33% -
XYZ 6.56 6.63 9.53 -
YUV 73.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 71 72 85 0.16 0.15 0 0.67 235.71 0.09 0.31
Hex 47 48 55 10 F 0 43 EC 9 1F
Octal 107 110 125 20 17 0 103 354 11 37
Binary 1000111 1001000 1010101 10000 1111 0 1000011 11101100 1001 11111

Color Harmonies of #474855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474855

Black with #474855

Text Example


Text Example

White with #474855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474855; }

 p { color: rgb(71,72,85); }

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

background-color css

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

 a { background-color: rgb(71,72,85); }

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

border-color css

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

 span { border-color: rgb(71,72,85); }

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