#473757

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

Shades of Jagger #473757

Tints of Jagger #473757

Color information

#473757 (or 0x473757) is unknown color: approx Jagger. HEX triplet: 47, 37 and 57. RGB value is (71,55,87). Sum of RGB (Red+Green+Blue) = 71+55+87=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #473757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473757 is #B8C8A8. Grayscale: #3F3F3F. Windows color (decimal): -12109993 or 5715783. OLE color: 5715783.

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

Color convert

RGB715587-
CMYK0.180.3700.66
HSL270º22.54%27.84%-
HSV(B)270º36.78%34.12%-
XYZ5.694.769.64-
YUV63.43141.3133.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.33%
GREEN value IS 55 (21.88% from 255) = 25.82%
BLUE value IS 87 (34.38% from 255) = 40.85%
R=33.33%
G=25.82%
B=40.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7155870.180.3700.6627022.5427.84
Hex473757122504210e171c
Octal10767127224501024162734
Binary1000111110111101011110010100101010000101000011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473757; }

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

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

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

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

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

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

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

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