#473657

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

Shades of Jagger #473657

Tints of Jagger #473657

Color information

#473657 (or 0x473657) is unknown color: approx Jagger. HEX triplet: 47, 36 and 57. RGB value is (71,54,87). Sum of RGB (Red+Green+Blue) = 71+54+87=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #473657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473657 is #B8C9A8. Grayscale: #3E3E3E. Windows color (decimal): -12110249 or 5715527. OLE color: 5715527.

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

Color convert

RGB715487-
CMYK0.180.3800.66
HSL270.91º23.4%27.65%-
HSV(B)270.91º37.93%34.12%-
XYZ5.644.679.62-
YUV62.84141.63133.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 54 (21.48% from 255) = 25.47%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=33.49%
G=25.47%
B=41.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7154870.180.3800.66270.9123.427.65
Hex473657122604210f171c
Octal10766127224601024172734
Binary1000111110110101011110010100110010000101000011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473657; }

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

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

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

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

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

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

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

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