#473956

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

Shades of Jagger #473956

Tints of Jagger #473956

Color information

#473956 (or 0x473956) is unknown color: approx Jagger. HEX triplet: 47, 39 and 56. RGB value is (71,57,86). Sum of RGB (Red+Green+Blue) = 71+57+86=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 86 - color contains mainly: blue. Hex color #473956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473956 is #B8C6A9. Grayscale: #404040. Windows color (decimal): -12109482 or 5650759. OLE color: 5650759.

HSL color Cylindrical-coordinate representation of color #473956: hue angle of 268.97º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #473956 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB715786-
CMYK0.170.3400.66
HSL268.97º20.28%28.04%-
HSV(B)268.97º33.72%33.73%-
XYZ5.744.949.45-
YUV64.49140.14132.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 57 (22.66% from 255) = 26.64%
BLUE value IS 86 (33.98% from 255) = 40.19%
R=33.18%
G=26.64%
B=40.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7157860.170.3400.66268.9720.2828.04
Hex473956112204210d141c
Octal10771126214201024152434
Binary1000111111001101011010001100010010000101000011011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473956; }

 p { color: rgb(71,57,86); }

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

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

 a { background-color: rgb(71,57,86); }

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

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

 span { border-color: rgb(71,57,86); }

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