#473954

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

Shades of Jagger #473954

Tints of Jagger #473954

Color information

#473954 (or 0x473954) is unknown color: approx Jagger. HEX triplet: 47, 39 and 54. RGB value is (71,57,84). Sum of RGB (Red+Green+Blue) = 71+57+84=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 84 - color contains mainly: blue. Hex color #473954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473954 is #B8C6AB. Grayscale: #404040. Windows color (decimal): -12109484 or 5519687. OLE color: 5519687.

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

Color convert

RGB715784-
CMYK0.150.3200.67
HSL271.11º19.15%27.65%-
HSV(B)271.11º32.14%32.94%-
XYZ5.664.919.04-
YUV64.26139.14132.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 57 (22.66% from 255) = 26.89%
BLUE value IS 84 (33.20% from 255) = 39.62%
R=33.49%
G=26.89%
B=39.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7157840.150.3200.67271.1119.1527.65
Hex473954F2004310f131c
Octal10771124174001034172334
Binary100011111100110101001111100000010000111000011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473954; }

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

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

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

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

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

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

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

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