Html Css Color HEX #474558 Gun Powder

📋 copy color: '#474558'

red 71 ◦ green 69 ◦ blue 88

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

Shades of Gun Powder #474558

Tints of Gun Powder #474558

RGB

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

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

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

R = 31.14%
G = 30.26%
B = 38.6%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#474558 (or 0x474558) is known color: Gun Powder. HEX triplet: 47, 45 and 58. RGB value is (71,69,88). Sum of RGB (Red+Green+Blue) = 71+69+88=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 88 - color contains mainly: blue. Hex color #474558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474558 is #B8BAA7. Grayscale: #474747. Windows color (decimal): -12106408 or 5784903. OLE color: 5784903.

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

Color convert

RGB 71 69 88 -
CMYK 0.19 0.22 0 0.65
HSL 246.32º 0.12% 0.31% -
HSV(B) 246.32º 0.22% 0.35% -
XYZ 6.49 6.3 10.11 -
YUV 71.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 71 69 88 0.19 0.22 0 0.65 246.32 0.12 0.31
Hex 47 45 58 13 16 0 41 F6 C 1F
Octal 107 105 130 23 26 0 101 366 14 37
Binary 1000111 1000101 1011000 10011 10110 0 1000001 11110110 1100 11111

Color Harmonies of #474558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474558

Black with #474558

Text Example


Text Example

White with #474558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474558; }

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

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

background-color css

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

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

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

border-color css

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

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

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