#473754

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

Shades of Jagger #473754

Tints of Jagger #473754

Color information

#473754 (or 0x473754) is unknown color: approx Jagger. HEX triplet: 47, 37 and 54. RGB value is (71,55,84). Sum of RGB (Red+Green+Blue) = 71+55+84=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 84 - color contains mainly: blue. Hex color #473754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473754 is #B8C8AB. Grayscale: #3E3E3E. Windows color (decimal): -12109996 or 5519175. OLE color: 5519175.

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

Color convert

RGB715584-
CMYK0.150.3500.67
HSL273.1º20.86%27.25%-
HSV(B)273.1º34.52%32.94%-
XYZ5.564.719-
YUV63.09139.8133.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.81%
GREEN value IS 55 (21.88% from 255) = 26.19%
BLUE value IS 84 (33.20% from 255) = 40%
R=33.81%
G=26.19%
B=40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7155840.150.3500.67273.120.8627.25
Hex473754F23043111151b
Octal10767124174301034212533
Binary100011111011110101001111100011010000111000100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473754; }

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

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

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

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

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

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

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

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