Html Css Color HEX #474858 Gun Powder

📋 copy color: '#474858'

red 71 ◦ green 72 ◦ blue 88

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

Shades of Gun Powder #474858

Tints of Gun Powder #474858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.1%

R = 30.74%
G = 31.17%
B = 38.1%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#474858 (or 0x474858) is known color: Gun Powder. HEX triplet: 47, 48 and 58. RGB value is (71,72,88). Sum of RGB (Red+Green+Blue) = 71+72+88=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #474858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474858 is #B8B7A7. Grayscale: #494949. Windows color (decimal): -12105640 or 5785671. OLE color: 5785671.

HSL color Cylindrical-coordinate representation of color #474858: hue angle of 236.47º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #474858 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 72 88 -
CMYK 0.19 0.18 0 0.65
HSL 236.47º 0.11% 0.31% -
HSV(B) 236.47º 0.19% 0.35% -
XYZ 6.68 6.68 10.17 -
YUV 73.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 71 72 88 0.19 0.18 0 0.65 236.47 0.11 0.31
Hex 47 48 58 13 12 0 41 EC B 1F
Octal 107 110 130 23 22 0 101 354 13 37
Binary 1000111 1001000 1011000 10011 10010 0 1000001 11101100 1011 11111

Color Harmonies of #474858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474858

Black with #474858

Text Example


Text Example

White with #474858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474858; }

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

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

background-color css

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

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

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

border-color css

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

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

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