#473B4F

Color #473B4F Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #473B4F

Tints of Jagger #473B4F

Color information

#473B4F (or 0x473B4F) is unknown color: approx Jagger. HEX triplet: 47, 3B and 4F. RGB value is (71,59,79). Sum of RGB (Red+Green+Blue) = 71+59+79=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 79 - color contains mainly: blue. Hex color #473B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B4F is #B8C4B0. Grayscale: #404040. Windows color (decimal): -12108977 or 5192519. OLE color: 5192519.

HSL color Cylindrical-coordinate representation of color #473B4F: hue angle of 276º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #473B4F is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB715979-
CMYK0.100.2500.69
HSL276º14.49%27.06%-
HSV(B)276º25.32%30.98%-
XYZ5.575.038.07-
YUV64.87135.98132.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.97%
GREEN value IS 59 (23.44% from 255) = 28.23%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=33.97%
G=28.23%
B=37.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7159790.100.2500.6927614.4927.06
Hex473B4FA19045114e1b
Octal10773117123101054241633
Binary1000111111011100111110101100101000101100010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473B4F; }

 p { color: rgb(71,59,79); }

 H1.HeaderClassName
 {
   color: #473B4F;
 }
 .AnyTagClassName
 {
   color: #473B4F;
 }
</style>
background-color css

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

 a { background-color: rgb(71,59,79); }

 div.DivClassName
 {
   background-color: #473B4F;
 }
 .BgClassName
 {
   background-color: #473B4F;
 }
</style>
border-color css

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

 span { border-color: rgb(71,59,79); }

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